colobot/src/app
Didier 'OdyX' Raboud aeefdbd1be On MacOSX, define the LangPath as being i18n in the Resources path of the bundle 2013-11-13 09:35:32 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Abstract the definition of LangPath to CSystemUtils 2013-11-13 09:35:32 +01:00
app.h Datadir in command line didn't work with config. 2013-07-16 16:00:06 +02:00
main.cpp Revert "Include SDL.h in main.cpp to make sure the main loop is SDL's main loop" 2013-10-29 14:43:29 +01:00
system.cpp Abstract the definition of LangPath to CSystemUtils 2013-11-13 09:35:32 +01:00
system.h Abstract the definition of LangPath to CSystemUtils 2013-11-13 09:35:32 +01:00
system_linux.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
system_linux.h Fixed code formatting 2013-05-27 10:19:16 +02:00
system_macosx.cpp On MacOSX, define the LangPath as being i18n in the Resources path of the bundle 2013-11-13 09:35:32 +01:00
system_macosx.h On MacOSX, define the LangPath as being i18n in the Resources path of the bundle 2013-11-13 09:35:32 +01:00
system_other.cpp Fix system_other implementation by adding an Init() and fixing the wrong const 2013-10-24 21:12:52 +02:00
system_other.h Fix system_other implementation by adding an Init() and fixing the wrong const 2013-10-24 21:12:52 +02:00
system_windows.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
system_windows.h Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir src/app
 * Main class of the application and system functions
 */