Changeset 6416 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 25, 2009, 9:47:45 PM (15 years ago)
- Location:
- code/branches/presentation2/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/Core.h
r6121 r6416 34 34 35 35 #include <cassert> 36 #include <string> 36 37 #include <boost/scoped_ptr.hpp> 37 38 #include "util/ScopeGuard.h" -
code/branches/presentation2/src/libraries/core/Resource.cc
r6404 r6416 28 28 29 29 #include "Resource.h" 30 31 #include <OgreException.h> 30 32 #include <OgreResourceGroupManager.h> 31 33
Note: See TracChangeset
for help on using the changeset viewer.