Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
ITemperatureWorldScalableMutable.hpp
Go to the documentation of this file.
1 //
2 // Created by Oleg Morozenkov on 18.06.17.
3 //
4 
5 #ifndef RECAST_ITEMPERATUREWORLDSCALABLEMUTABLE_H_H
6 #define RECAST_ITEMPERATUREWORLDSCALABLEMUTABLE_H_H
7 
8 
9 #include "../types/IntScale.hpp"
10 
16 public:
22  virtual void setCellScale(IntScaleParallelepiped scale) = 0;
23 };
24 
31 template<typename T>
33 };
34 
35 
36 #endif //RECAST_ITEMPERATUREWORLDSCALABLEMUTABLE_H_H
Definition: ITemperatureWorldScalableMutable.hpp:32
Definition: IntScaleParallelepiped.hpp:16
virtual void setCellScale(IntScaleParallelepiped scale)=0
Definition: ITemperatureWorldScalableMutable.hpp:15