diff --git a/LunaDll/LunaDll.vcxproj b/LunaDll/LunaDll.vcxproj index f8ca11a06..254036b5f 100644 --- a/LunaDll/LunaDll.vcxproj +++ b/LunaDll/LunaDll.vcxproj @@ -149,6 +149,7 @@ + diff --git a/LunaDll/LunaDll.vcxproj.filters b/LunaDll/LunaDll.vcxproj.filters index aa699e6d4..1537aac2b 100644 --- a/LunaDll/LunaDll.vcxproj.filters +++ b/LunaDll/LunaDll.vcxproj.filters @@ -507,6 +507,7 @@ SMBXInternal + diff --git a/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp b/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp index c4f742772..97078001a 100644 --- a/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp +++ b/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp @@ -27,6 +27,7 @@ #include "../../SMBXInternal/NPCs.h" #include "../PerfTracker.h" +#include "../TestMode.h" // Simple init hook to run the main LunaDLL initialization