colobot/src/app
krzys-h 2b4210dcbc Separated CMainUserInterface from CMainDialog 2015-08-06 12:59:09 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Separated CMainUserInterface from CMainDialog 2015-08-06 12:59:09 +02:00
app.h Normalize static variables and functions 2015-08-06 10:12:20 +02:00
controller.cpp Separated CMainUserInterface from CMainDialog 2015-08-06 12:59:09 +02:00
controller.h Separated CMainUserInterface from CMainDialog 2015-08-06 12:59:09 +02:00
input.cpp Normalize static variables and functions 2015-08-06 10:12:20 +02:00
input.h Normalize static variables and functions 2015-08-06 10:12:20 +02:00
main.cpp Include refactoring 2015-08-02 17:49:07 +02:00
pausemanager.cpp Include refactoring 2015-08-02 17:49:07 +02:00
pausemanager.h Include refactoring 2015-08-02 17:49:07 +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
 */