Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
ITemperatureWorldPointPrioritizable.hpp
Go to the documentation of this file.
1 //
2 // Created by Oleg Morozenkov on 18.06.17.
3 //
4 
5 #ifndef RECAST_ITEMPERATUREWORLDPOINTPRIORITIZABLE_H
6 #define RECAST_ITEMPERATUREWORLDPOINTPRIORITIZABLE_H
7 
8 
14 public:
22  virtual void addPriorityPoint(Coord x, Coord y, Coord z) = 0;
23 
31  virtual void removePriorityPoint(Coord x, Coord y, Coord z) = 0;
32 };
33 
40 template<typename T>
42 };
43 
44 
45 #endif //RECAST_ITEMPERATUREWORLDPOINTPRIORITIZABLE_H
virtual void removePriorityPoint(Coord x, Coord y, Coord z)=0
Definition: Coord.hpp:16
Definition: ITemperatureWorldPointPrioritizable.hpp:13
virtual void addPriorityPoint(Coord x, Coord y, Coord z)=0
Definition: ITemperatureWorldPointPrioritizable.hpp:41