r5sdk/r5dev/game/shared/ai_utility_shared.h

11 lines
226 B
C
Raw Normal View History

#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