Changeset 8148 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jun 5, 2006, 12:46:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/state.h
r7039 r8148 47 47 static inline SkyBox* getSkyBox() { return State::skyBox; }; 48 48 /** @param skyBox the SkyBox */ 49 static inline SkyBox*setSkyBox(SkyBox* skyBox) { State::skyBox = skyBox; };49 static inline void setSkyBox(SkyBox* skyBox) { State::skyBox = skyBox; }; 50 50 51 51 //////////////////////
Note: See TracChangeset
for help on using the changeset viewer.