#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