aa compilerr

This commit is contained in:
Milxnor
2023-06-23 21:02:06 -04:00
parent 0ca1350d92
commit 3f8ca2888e
5 changed files with 17 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#include "DataTableFunctionLibrary.h"
#include "FortPlaysetItemDefinition.h"
static inline void (*SetZoneToIndexOriginal)(AFortGameModeAthena* GameModeAthena, int OverridePhaseMaybeIDFK);
extern inline void (*SetZoneToIndexOriginal)(AFortGameModeAthena* GameModeAthena, int OverridePhaseMaybeIDFK) = nullptr;
void SetZoneToIndexHook(AFortGameModeAthena* GameModeAthena, int OverridePhaseMaybeIDFK);