Changeset 3399 in orxonox.OLD for orxonox/branches/nico/src/importer/framework.h
- Timestamp:
- Feb 6, 2005, 11:27:25 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico
- Property svn:externals set to
-
orxonox/branches/nico/src/importer/framework.h
r3238 r3399 3 3 4 4 #include "windowHandler.h" // Include the Whandler Basecode 5 #include "obj ect.h"5 #include "objModel.h" 6 6 #include "vector.h" 7 7 … … 33 33 34 34 WindowHandler wHandler; // Create an instance of the whandler basecode class 35 O bject* obj;35 OBJModel* obj; 36 36 37 37
Note: See TracChangeset
for help on using the changeset viewer.