Changeset 7440 in orxonox.OLD for trunk/src/util
- Timestamp:
- Apr 29, 2006, 2:56:52 AM (19 years ago)
- Location:
- trunk/src/util
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/Makefile.am
r7391 r7440 12 12 multiplayer_team_deathmatch.cc \ 13 13 singleplayer_shootemup.cc \ 14 signal_handler.cc \ 14 15 \ 15 16 animation/animation3d.cc \ … … 30 31 multiplayer_team_deathmatch.h \ 31 32 singleplayer_shootemup.h \ 33 signal_handler.h \ 32 34 \ 33 35 animation/animation3d.h \ -
trunk/src/util/signal_handler.h
r7439 r7440 57 57 class SignalHandler 58 58 { 59 public: 59 60 inline static SignalHandler* getInstance() {}; 60 61 void doCatch( std::string appName, GdbRunType type = GDB_RUN_WRITE_TO_FILE ) {};
Note: See TracChangeset
for help on using the changeset viewer.