Create an info struct for the eStatus and ePartyStatus enums

This reintroduces the normal speed icon and opens #230
This commit is contained in:
2024-08-27 23:37:01 -04:00
parent 54050a7cbb
commit e7d5b4ff81
12 changed files with 94 additions and 60 deletions

View File

@@ -387,6 +387,7 @@
<ClCompile Include="..\..\..\src\gfx\render_shapes.cpp" />
<ClCompile Include="..\..\..\src\gfx\render_text.cpp" />
<ClCompile Include="..\..\..\src\gfx\tiling.cpp" />
<ClCompile Include="..\..\..\src\damage.cpp" />
<ClCompile Include="..\..\..\src\location.cpp" />
<ClCompile Include="..\..\..\src\mathutil.cpp" />
<ClCompile Include="..\..\..\src\oldstructs.cpp" />

View File

@@ -716,6 +716,7 @@
<ClCompile Include="..\..\..\src\universe\universe.cpp">
<Filter>Universe</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\damage.cpp" />
<ClCompile Include="..\..\..\src\location.cpp" />
<ClCompile Include="..\..\..\src\mathutil.cpp" />
<ClCompile Include="..\..\..\src\oldstructs.cpp" />