Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2016, 3:57:03 PM (7 years ago)
Author:
ooguz
Message:

Bugs fixed

File:
1 edited

Legend:

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

    r11274 r11287  
    11
    22
    3 #ifndef _Waypoint_H__
    4 #define _Waypoint_H__
     3#ifndef _WaypointGroup_H__
     4#define _WaypointGroup_H__
    55
    66#include "OrxonoxPrereqs.h"
    7 #include "StaticEntity.h"
     7#include "worldentities/StaticEntity.h"
    88#include "graphics/Model.h"
    9 #include "modules/objects/triggers/DistanceTrigger.h"
     9#include "objects/triggers/DistanceTrigger.h"
    1010
    1111#include <map>
    1212#include <string>
    1313
     14#include "core/CoreIncludes.h"
    1415#include "util/OgreForwardRefs.h"
    15 #include "tools/interfaces/Tickable.h"
    16 #include "Waypoints.h"
     16#include "Waypoint.h"
    1717
    1818namespace orxonox
     
    4040            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    4141
     42        //Waypoint* getWaypoint();
    4243        Waypoint* getWaypoint(unsigned int index);
     44        void setWaypoint(Waypoint* object);
    4345
    44         Way
     46
     47       
    4548
    4649
     
    5457            //virtual bool isCollisionTypeLegal(CollisionType type) const override;
    5558         
    56         std::set<Waypoint*> waypoints;
     59        std::set<Waypoint*> waypoints_;
    5760
    5861            // network callbacks
Note: See TracChangeset for help on using the changeset viewer.