Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Edge.hpp
Go to the documentation of this file.
1 //
2 // Created by Oleg Morozenkov on 24.06.17.
3 //
4 
5 #ifndef RECAST_SERVER_EDGE_HPP
6 #define RECAST_SERVER_EDGE_HPP
7 
8 
13 enum class Edge {
14  LEFT, RIGHT, UP, DOWN, NEAR, FAR
15 };
16 
17 
18 #endif //RECAST_SERVER_EDGE_HPP
Edge
Definition: Edge.hpp:13