- Timestamp:
- Aug 23, 2010, 6:50:22 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/util/ScopedSingletonManager.h
r7203 r7207 30 30 #define __ScopedSingletonManager_H__ 31 31 32 #include " CorePrereqs.h"32 #include "UtilPrereqs.h" 33 33 34 34 #include <cassert> … … 44 44 namespace orxonox 45 45 { 46 class _CoreExport ScopedSingletonManager 46 class OrxonoxClass; 47 48 class _UtilExport ScopedSingletonManager 47 49 { 48 50 public:
Note: See TracChangeset
for help on using the changeset viewer.