Added a "graceful exit" exception to be called when the user asks to prematurely...
authorOndřej Hošek <ondra.hosek@gmail.com>
Tue, 25 Oct 2005 15:03:33 +0000 (15:03 +0000)
committerOndřej Hošek <ondra.hosek@gmail.com>
Tue, 25 Oct 2005 15:03:33 +0000 (15:03 +0000)
commitba9907babbb17fadee52f1653f7ad6adf362c6fd
treeee57a41ef9f2d61e267600be0a7fa8709ea2e4d5
parent474fffab83e6f5eb23f31adbc757ee276d677f44
Added a "graceful exit" exception to be called when the user asks to prematurely close down the game. Currently thrown at SDL_QUIT, i.e. when the user closes the window.

SVN-Revision: 2915
src/exceptions.hpp [new file with mode: 0644]
src/game_session.cpp
src/gui/menu.cpp
src/main.cpp
src/textscroller.cpp
src/title.cpp
src/worldmap.cpp