Changeset 10432 in orxonox.OLD for trunk/src/world_entities/planet.h
- Timestamp:
- Jan 28, 2007, 2:25:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.h
r10392 r10432 12 12 /* FORWARD DECLARATION */ 13 13 class Texture; 14 class Billboard; 14 15 15 16 //! A Class to handle a Planet … … 43 44 44 45 Model* cloudModel; //!< the model for the cloud 46 Billboard* halo; //!< halo around the planet 45 47 46 48 bool bClouds; //!< true if there are clouds defined
Note: See TracChangeset
for help on using the changeset viewer.