Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 41290f4

Browse files
authored
Split out games (#61)
* Remove willow references * Split out game specific information to separate file
1 parent 16a3eaf commit 41290f4

File tree

11 files changed

+170
-3962
lines changed

11 files changed

+170
-3962
lines changed

PythonSDK.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</ItemGroup>
4444
<ItemGroup>
4545
<ClInclude Include="src\include\AntiDebug.h" />
46+
<ClInclude Include="src\include\Games.h" />
4647
<ClInclude Include="src\include\UnrealEngine\Core\Core_classes.h" />
4748
<ClInclude Include="src\include\UnrealEngine\Core\Core_f_structs.h" />
4849
<ClInclude Include="src\include\UnrealEngine\Core\Core_structs.h" />

PythonSDK.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
<ClInclude Include="src\include\UnrealEngine\Core\Core_classes.h">
192192
<Filter>Header Files\UnrealEngine\Core</Filter>
193193
</ClInclude>
194+
<ClInclude Include="src\include\Games.h">
195+
<Filter>Header Files</Filter>
196+
</ClInclude>
194197
</ItemGroup>
195198
<ItemGroup>
196199
<ClCompile Include="src\pydefs\_TArray.cpp">

0 commit comments

Comments
 (0)