Changeset 5356 in orxonox.OLD for trunk/src/world_entities/skybox.cc
- Timestamp:
- Oct 10, 2005, 8:17:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r5355 r5356 20 20 #include "skybox.h" 21 21 22 #include "load_param.h" 22 23 #include "factory.h" 23 24 #include "load_param.h" 25 #include "material.h" 26 #include "vector.h" 27 #include "resource_manager.h" 28 #include "model.h" 29 //#include "world_entity.h" 30 24 #include "list.h" 25 26 using namespace std; 31 27 CREATE_FACTORY(SkyBox); 32 33 using namespace std;34 28 35 29 /**
Note: See TracChangeset
for help on using the changeset viewer.