Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8148 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Jun 5, 2006, 12:46:02 PM (19 years ago)
Author:
bensch
Message:

trunk: output of EventListener Nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/state.h

    r7039 r8148  
    4747  static inline SkyBox* getSkyBox() { return State::skyBox; };
    4848  /** @param skyBox the SkyBox */
    49   static inline SkyBox* setSkyBox(SkyBox* skyBox) { State::skyBox = skyBox; };
     49  static inline void setSkyBox(SkyBox* skyBox) { State::skyBox = skyBox; };
    5050
    5151  //////////////////////
Note: See TracChangeset for help on using the changeset viewer.