Changeset 5850 for code/branches/core5/src/libraries/core/Core.h
- Timestamp:
- Oct 1, 2009, 11:44:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/Core.h
r5836 r5850 36 36 #include <boost/scoped_ptr.hpp> 37 37 #include "util/OutputHandler.h" 38 #include "util/Scope.h" 38 39 #include "util/ScopeGuard.h" 39 40 #include "util/Singleton.h" … … 100 101 scoped_ptr<InputManager> inputManager_; //!< Interface to OIS 101 102 scoped_ptr<GUIManager> guiManager_; //!< Interface to GUI 103 scoped_ptr<Scope<ScopeID::Root> > rootScope_; 104 scoped_ptr<Scope<ScopeID::Graphics> > graphicsScope_; 102 105 103 106 bool bGraphicsLoaded_;
Note: See TracChangeset
for help on using the changeset viewer.