Changeset 7125 for code/branches/presentation3
- Timestamp:
- Jun 9, 2010, 5:34:23 PM (14 years ago)
- Location:
- code/branches/presentation3/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/libraries/util/Singleton.h
r6751 r7125 32 32 #include "UtilPrereqs.h" 33 33 #include <cassert> 34 35 #ifndef NULL 36 # define NULL 0 37 #endif 34 38 35 39 namespace orxonox -
code/branches/presentation3/src/orxonox/overlays/GUISheet.cc
r6746 r7125 32 32 #include "core/GUIManager.h" 33 33 #include "core/XMLPort.h" 34 #include "core/GameMode.h" 34 35 35 36 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.