Changeset 3411 in orxonox.OLD for orxonox/branches/dave/src/world.h
- Timestamp:
- Feb 20, 2005, 4:21:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/world.h
r3408 r3411 10 10 #include "stdincl.h" 11 11 #include "story_entity.h" 12 #include "sky box.h"12 #include "skysphere.h" 13 13 class Material; 14 14 … … 86 86 87 87 WorldEntity* localPlayer; 88 Skybox* skybox; 89 Material* sky; 88 Skysphere* skysphere; 90 89 PNode* nullParent; 91 90
Note: See TracChangeset
for help on using the changeset viewer.