Changeset 5973 for code/branches/console/src/libraries/core/Core.h
- Timestamp:
- Oct 20, 2009, 10:32:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/libraries/core/Core.h
r5929 r5973 43 43 { 44 44 class CoreConfiguration; 45 class IOConsole; 45 46 46 47 /** … … 97 98 scoped_ptr<TclThreadManager> tclThreadManager_; 98 99 scoped_ptr<Shell> shell_; 100 scoped_ptr<IOConsole> ioConsole_; 99 101 // graphical 100 102 scoped_ptr<GraphicsManager> graphicsManager_; //!< Interface to OGRE
Note: See TracChangeset
for help on using the changeset viewer.