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/ParticleInterface.h

    r1563 r1634  
    5151      ~ParticleInterface();
    5252
    53       inline Ogre::ParticleSystem* getParticleSystem() const
     53      Ogre::ParticleSystem* getParticleSystem() const
    5454        { return this->particleSystem_; }
    5555
     
    7777      void detailLevelChanged(unsigned int newlevel);
    7878
    79       inline void storeThisAsCurrentParticleInterface()
     79      void storeThisAsCurrentParticleInterface()
    8080        { ParticleInterface::currentParticleInterface_s = this; }
    81       inline static ParticleInterface* getCurrentParticleInterface()
     81      static ParticleInterface* getCurrentParticleInterface()
    8282        { return ParticleInterface::currentParticleInterface_s; }
    8383
Note: See TracChangeset for help on using the changeset viewer.