diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index e56d6938..e0fd8544 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,6 +33,7 @@ #include "Garages.h" #include "MusicManager.h" #include "VisibilityPlugins.h" +#include "NodeName.h" #include "DMAudio.h" #include "CutsceneMgr.h" #include "Lights.h" @@ -55,9 +56,6 @@ WRAPPER void CameraSize(RwCamera *camera, void *rect, float viewWindow, float aspectRatio) { EAXJMP(0x527170); } -//WRAPPER RwBool RpAnimBlendPluginAttach() { EAXJMP(0x4052D0); } -WRAPPER RwBool NodeNamePluginAttach() { EAXJMP(0x527100); } - bool &b_FoundRecentSavedGameWantToLoad = *(bool*)0x95CDA8; |