colobot/src/app
krzys-h 40352be5cc Add language switcher to the settings UI, closes #506 2016-01-24 16:03:24 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Add language switcher to the settings UI, closes #506 2016-01-24 16:03:24 +01:00
app.h Add language switcher to the settings UI, closes #506 2016-01-24 16:03:24 +01:00
controller.cpp Add language switcher to the settings UI, closes #506 2016-01-24 16:03:24 +01:00
controller.h Add language switcher to the settings UI, closes #506 2016-01-24 16:03:24 +01:00
input.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
input.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
main.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
pausemanager.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
pausemanager.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
signal_handlers.cpp Added official build info in crash screen 2015-12-19 22:10:15 +01:00
signal_handlers.h Revert "Fix reporting unhandled exceptions in MSVC" 2015-08-25 13:32:58 +02:00
system.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
system.h Fix license header in all files 2015-08-22 16:40:02 +02:00
system_linux.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_linux.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_macosx.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_macosx.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_other.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_other.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_windows.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_windows.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00

README.txt

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