mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 04:04:54 +02:00
Added minigame hook ups.
This commit is contained in:
@@ -409,6 +409,8 @@
|
||||
<ClInclude Include="renderer\stb_image.h" />
|
||||
<ClInclude Include="renderer\tr_local.h" />
|
||||
<ClInclude Include="renderer\VertexCache.h" />
|
||||
<ClInclude Include="minigame\Minigame_public.h" />
|
||||
<ClInclude Include="minigame\MinigameHost.h" />
|
||||
<ClInclude Include="sound\snd_local.h" />
|
||||
<ClInclude Include="sound\sound.h" />
|
||||
<ClInclude Include="sound\OggVorbis\vorbissrc\backends.h" />
|
||||
@@ -483,6 +485,7 @@
|
||||
<ClInclude Include="ui\ListGUILocal.h" />
|
||||
<ClInclude Include="ui\ListWindow.h" />
|
||||
<ClInclude Include="ui\MarkerWindow.h" />
|
||||
<ClInclude Include="ui\MinigameWindow.h" />
|
||||
<ClInclude Include="ui\RegExp.h" />
|
||||
<ClInclude Include="ui\RegExp_old.h" />
|
||||
<ClInclude Include="ui\RenderWindow.h" />
|
||||
@@ -1616,6 +1619,7 @@
|
||||
<ClCompile Include="renderer\tr_trace.cpp" />
|
||||
<ClCompile Include="renderer\tr_trisurf.cpp" />
|
||||
<ClCompile Include="renderer\VertexCache.cpp" />
|
||||
<ClCompile Include="minigame\MinigameHost.cpp" />
|
||||
<ClCompile Include="sound\snd_cache.cpp" />
|
||||
<ClCompile Include="sound\snd_decoder.cpp" />
|
||||
<ClCompile Include="sound\snd_efxfile.cpp" />
|
||||
@@ -2857,6 +2861,7 @@
|
||||
<ClCompile Include="ui\ListGUI.cpp" />
|
||||
<ClCompile Include="ui\ListWindow.cpp" />
|
||||
<ClCompile Include="ui\MarkerWindow.cpp" />
|
||||
<ClCompile Include="ui\MinigameWindow.cpp" />
|
||||
<ClCompile Include="ui\RegExp.cpp" />
|
||||
<ClCompile Include="ui\RenderWindow.cpp" />
|
||||
<ClCompile Include="ui\SimpleWindow.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user