Changeset 2111 for code/branches/objecthierarchy/src/util/Exception.h
- Timestamp:
- Nov 2, 2008, 12:38:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/util/Exception.h
r2101 r2111 141 141 CREATE_ORXONOX_EXCEPTION(NotImplemented); 142 142 CREATE_ORXONOX_EXCEPTION(GameState); 143 } 143 144 144 145 #define ThrowException(type, description) \ … … 154 155 #endif 155 156 156 }157 158 157 #endif /* _Exception_H__ */
Note: See TracChangeset
for help on using the changeset viewer.