mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
11 lines
226 B
C
11 lines
226 B
C
|
#ifndef AI_UTILITY_SHARED_H
|
||
|
#define AI_UTILITY_SHARED_H
|
||
|
|
||
|
void DrawAIScriptNodes();
|
||
|
void DrawNavMeshBVTree();
|
||
|
void DrawNavMeshPortals();
|
||
|
void DrawNavMeshPolys();
|
||
|
void DrawNavMeshPolyBoundaries();
|
||
|
|
||
|
#endif // AI_UTILITY_SHARED_H
|