Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2011, 1:47:01 PM (13 years ago)
Author:
kmaurus
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.h

    r8468 r8506  
    5050#include <string>
    5151#include <list>
    52 #include <map>
    5352#include <vector>
    5453
     
    9493            void positionBillboard(const Vector3 position); //!< Display a Billboard at the position 'position'.
    9594            void setBillboardOptions(Billboard *billy);
    96             void removeAllBillboards(); //!< Hide all all elements of '*billboard_' and set their attribute 'usedYet' to 0.
     95            void removeAllBillboards(); //!< Hide all elements of '*billboard_' and set their attribute 'usedYet' to 0.
    9796           
    9897            void setMaxDistance(float r);
Note: See TracChangeset for help on using the changeset viewer.