colobot/src/app
Piotr Dziwinski 7d8b56d9ab More style fixes 2015-08-02 12:06:14 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp More style fixes 2015-08-02 12:06:14 +02:00
app.h More style fixes 2015-08-02 12:06:14 +02:00
controller.cpp CProfile -> CConfigFile 2015-07-19 16:05:09 +02:00
controller.h More style fixes 2015-08-02 12:06:14 +02:00
input.cpp Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
input.h Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
main.cpp More style fixes 2015-08-02 12:06:14 +02:00
pausemanager.cpp Fixed code pause editor bug (#527) 2015-07-22 18:01:24 +02:00
pausemanager.h More style fixes 2015-08-02 12:06:14 +02:00
system.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system.h Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_linux.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_linux.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
system_macosx.cpp Provide usleep() in CSystemUtils interface 2015-04-27 20:02:22 +02:00
system_macosx.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
system_other.cpp Fix some more warnings reported by Clang 2015-06-21 19:46:01 +02:00
system_other.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
system_windows.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_windows.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00

README.txt

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