Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2016, 3:55:43 PM (7 years ago)
Author:
ooguz
Message:

Arrow movessvn add Waypoint.h!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/QuestGuide_HS16/src/modules/waypoints/Waypointarrow.h

    r11287 r11298  
    3131    */
    3232
    33     class _OrxonoxExport Waypointarrow : public StaticEntity {
     33    class _OrxonoxExport Waypointarrow : public StaticEntity, public Tickable {
    3434       
    3535        public:
     
    3737            Waypointarrow(Context* context);
    3838            virtual ~Waypointarrow();
     39            WaypointGroup* getWaypointgroup();
    3940
    4041
    4142            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    4243
    43 
     44            virtual void tick(float dt);
    4445
    4546
     
    4849            //virtual bool isCollisionTypeLegal(CollisionType type) const override;
    4950            Model* model;
    50             //Waypoint* waypoint;
     51            WaypointGroup* waypoints_;
     52            Waypoint* waypoint;
    5153            // network callbacks
    5254    };
Note: See TracChangeset for help on using the changeset viewer.