Changeset 5747 for code/trunk/src/libraries/core/Game.h
- Timestamp:
- Sep 19, 2009, 11:17:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Game.h
r5738 r5747 155 155 // ScopeGuard helper function 156 156 void resetChangingState() { this->bChangingState_ = false; } 157 /**158 @brief159 Retrieves information from an exception caught with "..."160 @remarks161 Never ever call this function without an exception in the stack!162 */163 static std::string getExceptionMessage();164 157 165 158 scoped_ptr<Clock> gameClock_;
Note: See TracChangeset
for help on using the changeset viewer.