Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 8:37:42 PM (15 years ago)
Author:
rgrieder
Message:

Clean up in files in src/orxonox and src/orxonox/tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/tools/BillboardSet.h

    r2662 r3131  
    3434#include <string>
    3535#include <OgrePrerequisites.h>
    36 
    37 #include "util/Math.h"
     36#include "util/UtilPrereqs.h"
    3837
    3938namespace orxonox
     
    5251            inline Ogre::BillboardSet* getBillboardSet()
    5352                { return this->billboardSet_; }
    54             inline Ogre::SceneManager* getSceneManager()
     53            inline Ogre::SceneManager* getSceneManager() const
    5554                { return this->scenemanager_; }
    5655
     
    6968            void destroyBillboardSet();
    7069
    71             static unsigned int billboardSetCounter_s;
    7270            Ogre::BillboardSet* billboardSet_;
    7371            Ogre::SceneManager* scenemanager_;
     72
     73            static unsigned int billboardSetCounter_s;
    7474    };
    7575}
Note: See TracChangeset for help on using the changeset viewer.