aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/window.h
Commit message (Collapse)AuthorAgeFilesLines
* Switching to east constYann Herklotz2018-06-231-2/+2
| | | | | | | 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.
* Making function `const`Yann Herklotz2018-06-121-1/+1
|
* Adding modelineYann Herklotz2018-06-021-1/+2
|
* Using pragma instead of gardsYann Herklotz2018-05-191-4/+1
| | | | The reason for this is that it reduces clashes between names.
* Adding support for entity component systems.Yann Herklotz2018-04-301-1/+1
|
* [Code] Simple game example furtheredYann Herklotz2017-12-241-9/+8
|
* [Style] Updated style in files.Yann Herklotz2017-12-231-3/+3
|
* Fixed license headersYann Herklotz2017-12-201-2/+2
|
* Fixing license headersYann Herklotz2017-11-161-3/+3
|
* renaming base folderYann Herklotz2017-10-311-0/+65