aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge_main.h
AgeCommit message (Collapse)Author
2011-06-19CGE: Get rid of some static initializingeriktorbjorn
ScummVM itself (not the engine; I haven't tried that) now starts without crashing. It exits immediately, but as far as I can tell it does not crash. It still produces lots of Valgrind warnings, though...
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
Unfortunately, I had to stub a few things but this all looks like code that will have to be rewritten later anyway.
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke
2011-06-10CGE: Add namespacesStrangerke
2011-06-10CGE: Suppress typedef for byte, word and dword.Strangerke
2011-06-10CGE: Replace Boolean, TRUE and FALSE by bool, true, falseStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke