Added minigame hook ups.

This commit is contained in:
Justin Marshall
2026-05-22 20:01:49 -07:00
parent e7b269b082
commit d24553b366
9 changed files with 563 additions and 0 deletions
+5
View File
@@ -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" />