Added typeinfogen with state system

This commit is contained in:
Justin Marshall
2026-05-18 21:35:07 -07:00
parent 4686349b62
commit b841fcb33b
27 changed files with 21899 additions and 194 deletions
+6
View File
@@ -165,6 +165,9 @@
<ClCompile Include="game\Weapon.cpp" />
<ClCompile Include="game\WorldSpawn.cpp" />
<ClCompile Include="..\engine\idlib\precompiled.cpp" />
<ClCompile Include="game\gamesys\GameTypeInfo.cpp">
<Filter>GameSys</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="game\ai\AAS.h">
@@ -296,6 +299,9 @@
<ClInclude Include="game\Weapon.h" />
<ClInclude Include="game\WorldSpawn.h" />
<ClInclude Include="..\engine\idlib\precompiled.h" />
<ClInclude Include="game\gamesys\GameTypeInfo.h">
<Filter>GameSys</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="game\Game.def" />