Skip to content

Commit

Permalink
Fix unresolved include
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 committed Jan 30, 2016
1 parent ff1a06a commit eaa8c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions LunaDll/LunaDll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="EventStateMachine.h" />
<ClInclude Include="Misc\TestMode.h" />
<ClInclude Include="SMBXInternal\HardcodedGraphicsAccess.h" />
<ClInclude Include="Rendering\BitBltEmulation.h" />
<ClInclude Include="Misc\PerfTracker.h" />
Expand Down
1 change: 1 addition & 0 deletions LunaDll/LunaDll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
<ClInclude Include="SMBXInternal\HardcodedGraphicsAccess.h">
<Filter>SMBXInternal</Filter>
</ClInclude>
<ClInclude Include="Misc\TestMode.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="LuaMain\LuaHelper.cpp">
Expand Down
1 change: 1 addition & 0 deletions LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "../../SMBXInternal/NPCs.h"

#include "../PerfTracker.h"
#include "../TestMode.h"


// Simple init hook to run the main LunaDLL initialization
Expand Down

0 comments on commit eaa8c19

Please sign in to comment.