Recast
1
Game with custom magic
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
src
headers
temperature-world
types
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::NEAR
Edge::FAR
Edge
Edge
Definition:
Edge.hpp:13
Edge::DOWN
Edge::LEFT
Edge::RIGHT
Edge::UP
Generated by
1.8.6