Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ out

# Python virtual environment for docs
.venv/

Phobos.log

gamemd.*
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/copilot-instructions.md
2 changes: 1 addition & 1 deletion Phobos.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<OutDir>$(Configuration)\</OutDir>
<IntDir>$(Configuration)\IntDir\</IntDir>
<CoreLibraryDependencies></CoreLibraryDependencies>
<PhobosExtraLibs>dbghelp.lib;onecore.lib</PhobosExtraLibs>
<PhobosExtraLibs>dbghelp.lib;onecore.lib;imm32.lib</PhobosExtraLibs>
</PropertyGroup>
<!-- Global -->
<ItemDefinitionGroup>
Expand Down
16 changes: 16 additions & 0 deletions Phobos.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@
<ClCompile Include="src\New\Type\Affiliated\TiberiumEaterTypeClass.cpp" />
<ClCompile Include="src\New\Type\Affiliated\TypeConvertGroup.cpp" />
<!-- src\Utilities -->
<ClCompile Include="src\Render\Functions.cpp" />
<ClCompile Include="src\Render\Hooks.cpp" />
<ClCompile Include="src\Render\Mouse.cpp" />
<ClCompile Include="src\Render\Mouse.Hooks.cpp" />
<ClCompile Include="src\Render\Options.Hooks.cpp" />
<ClCompile Include="src\Render\Renderer.cpp" />
<ClCompile Include="src\Render\Surface.cpp" />
<ClCompile Include="src\Render\Surface.Hooks.cpp" />
<ClCompile Include="src\Render\WWUI.Hooks.cpp" />
<ClCompile Include="src\Utilities\Anchor.cpp" />
<ClCompile Include="src\Utilities\AresAddressInit.cpp" />
<ClCompile Include="src\Utilities\AresHelper.cpp" />
Expand Down Expand Up @@ -378,6 +387,13 @@
<ClInclude Include="src\New\Type\Affiliated\TiberiumEaterTypeClass.h" />
<ClInclude Include="src\New\Type\Affiliated\TypeConvertGroup.h" />
<!-- src\Utilities -->
<ClInclude Include="src\Render\Functions.h" />
<ClInclude Include="src\Render\Mouse.h" />
<ClInclude Include="src\Render\Options.h" />
<ClInclude Include="src\Render\Renderer.h" />
<ClInclude Include="src\Render\Renderer.SurfacePS.h" />
<ClInclude Include="src\Render\Renderer.SurfaceVS.h" />
<ClInclude Include="src\Render\Surface.h" />
<ClInclude Include="src\Utilities\Anchor.h" />
<ClInclude Include="src\Utilities\AresFunctions.h" />
<ClInclude Include="src\Utilities\AresHelper.h" />
Expand Down
2 changes: 1 addition & 1 deletion YRpp
Loading
Loading