Move server files into their subfolders
This commit is contained in:
@ -91,6 +91,7 @@ public:
|
||||
PHYSICS_3D_COLLISION_PAIRS,
|
||||
PHYSICS_3D_ISLAND_COUNT,
|
||||
AUDIO_OUTPUT_LATENCY,
|
||||
// Deprecated, use the 2D/3D specific ones instead.
|
||||
NAVIGATION_ACTIVE_MAPS,
|
||||
NAVIGATION_REGION_COUNT,
|
||||
NAVIGATION_AGENT_COUNT,
|
||||
@ -116,6 +117,7 @@ public:
|
||||
NAVIGATION_2D_EDGE_CONNECTION_COUNT,
|
||||
NAVIGATION_2D_EDGE_FREE_COUNT,
|
||||
NAVIGATION_2D_OBSTACLE_COUNT,
|
||||
#ifndef _3D_DISABLED
|
||||
NAVIGATION_3D_ACTIVE_MAPS,
|
||||
NAVIGATION_3D_REGION_COUNT,
|
||||
NAVIGATION_3D_AGENT_COUNT,
|
||||
@ -126,6 +128,7 @@ public:
|
||||
NAVIGATION_3D_EDGE_CONNECTION_COUNT,
|
||||
NAVIGATION_3D_EDGE_FREE_COUNT,
|
||||
NAVIGATION_3D_OBSTACLE_COUNT,
|
||||
#endif // _3D_DISABLED
|
||||
MONITOR_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user