aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02added text layers based on SDL_ttfRobin Haberkorn1-0/+48
2012-10-01C linkage cleanupRobin Haberkorn1-1/+14
* decleared main() with C linkage since it might be renamed to SDL_main and libSDLmain's startup code expects C linkage * use a custom atexit() handler since SDL_Quit() calling conventions might differ from standard C calling conventions
2012-10-01fixed MinGW SDL stdio redirection issueRobin Haberkorn1-6/+19
instead of trying to reopen stdout and stderr, we ensure that stdio redirection is not initialized in the first place. * the workaround code could be in a separate C or C++ file but that would require conditional compilation and linking and therefore a new Automake conditional
2012-09-28include some autoconf info stuff in helpRobin Haberkorn1-5/+12
2012-09-28include config.hRobin Haberkorn1-0/+4
2012-09-28autotools based build systemRobin Haberkorn1-0/+231