aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu/application: Remove singleton.Alexander Sulfrian2015-04-031-2/+2
| | | | | The singleton pattern should not be used in most cases, because it behaves like global variables.
* menu/application: add free to allow multiple runsAlexander Sulfrian2013-01-211-1/+1
| | | | | | free() is used to reset the instance of this singleton, so that it gets recreated on the next access. This allows multiple creation/deletion cycles (for example in the tests).
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-051-1/+1
|
* added main applicationAlexander Sulfrian2013-01-051-0/+36
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore