Changeset 9670 for code/branches/libs/src/libraries/util
- Timestamp:
- Sep 8, 2013, 5:34:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libs/src/libraries/util/Exception.cc
r8858 r9670 36 36 37 37 #include <cstddef> 38 #include <CEGUIExceptions.h> 38 39 #if CEGUI_VERSION >= 0x000800 40 # include <CEGUI/Exceptions.h> 41 #else 42 # include <CEGUIExceptions.h> 43 #endif 44 39 45 #include "Output.h" 40 46
Note: See TracChangeset
for help on using the changeset viewer.