Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/orxonox/tools/Light.h

    r1505 r1634  
    4747            void setLight(Ogre::Light::LightTypes type = Ogre::Light::LT_POINT, const ColourValue& diffuse = ColourValue(1.0, 1.0, 1.0), const ColourValue& specular = ColourValue(1.0, 1.0, 1.0));
    4848
    49             inline Ogre::Light* getLight()
     49            Ogre::Light* getLight()
    5050                { return this->light_; }
    5151
    52             inline const std::string& getName() const
     52            const std::string& getName() const
    5353                { return this->light_->getName(); }
    5454
Note: See TracChangeset for help on using the changeset viewer.