Added recast navmesh.

This commit is contained in:
Justin Marshall
2026-05-22 21:59:30 -07:00
parent d24553b366
commit b0788b922e
31 changed files with 11241 additions and 20 deletions
+4 -1
View File
@@ -320,7 +320,9 @@ extern idGameEdit * gameEdit;
===============================================================================
*/
const int GAME_API_VERSION = 8;
class idRecastNavigationManager;
const int GAME_API_VERSION = 9;
typedef struct {
@@ -337,6 +339,7 @@ typedef struct {
idUserInterfaceManager * uiManager; // user interface manager
idDeclManager * declManager; // declaration manager
idAASFileManager * AASFileManager; // AAS file manager
idRecastNavigationManager * RecastNavigationManager; // Recast/Detour navigation manager
idCollisionModelManager * collisionModelManager; // collision model manager
} gameImport_t;