aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/core.h
Commit message (Collapse)AuthorAgeFilesLines
* Switching to east constYann Herklotz2018-06-231-1/+1
| | | | | | | This is compared to const west, which is not very consistent, as const always acts on what is on its left, and if there isn't anything on the left, it will act on what is on its right. By always placing const on the right of what it should act on, the rule becomes more consistent.
* Adding modelineYann Herklotz2018-06-021-0/+1
|
* Using pragma instead of gardsYann Herklotz2018-05-191-0/+2
| | | | The reason for this is that it reduces clashes between names.
* Adding a core component, and removing implementation from yage.hYann Herklotz2018-05-041-0/+37