Skip to content

Commit b985e66

Browse files
committed
minor refactore
1 parent 1068b0b commit b985e66

7 files changed

Lines changed: 560 additions & 533 deletions

File tree

src/Carnage3D.vcxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
</ItemDefinitionGroup>
155155
<ItemGroup>
156156
<ClInclude Include="AiCharacterController.h" />
157-
<ClInclude Include="aux_math.h" />
158157
<ClInclude Include="common_utils.h" />
159158
<ClInclude Include="Convert.h" />
160159
<ClInclude Include="game_version.h" />
@@ -164,6 +163,8 @@
164163
<ClInclude Include="InputsDefs.h" />
165164
<ClInclude Include="iostream_utils.h" />
166165
<ClInclude Include="macro.h" />
166+
<ClInclude Include="math_defs.h" />
167+
<ClInclude Include="math_utils.h" />
167168
<ClInclude Include="MemoryManager.h" />
168169
<ClInclude Include="mem_allocators.h" />
169170
<ClInclude Include="noncopyable.h" />
@@ -197,9 +198,7 @@
197198
<ClInclude Include="FileSystem.h" />
198199
<ClInclude Include="GameDefs.h" />
199200
<ClInclude Include="GameParams.h" />
200-
<ClInclude Include="geometries.h" />
201201
<ClInclude Include="cJSON.h" />
202-
<ClInclude Include="frustum.h" />
203202
<ClInclude Include="GpuBuffer.h" />
204203
<ClInclude Include="GpuProgram.h" />
205204
<ClInclude Include="GpuTexture2D.h" />

src/Carnage3D.vcxproj.filters

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@
121121
<ClInclude Include="stb_sprintf.h">
122122
<Filter>Third_Party\stb</Filter>
123123
</ClInclude>
124-
<ClInclude Include="aux_math.h">
125-
<Filter>Lib</Filter>
126-
</ClInclude>
127-
<ClInclude Include="frustum.h">
128-
<Filter>Lib</Filter>
129-
</ClInclude>
130-
<ClInclude Include="geometries.h">
131-
<Filter>Lib</Filter>
132-
</ClInclude>
133124
<ClInclude Include="handle.h">
134125
<Filter>Lib</Filter>
135126
</ClInclude>
@@ -332,6 +323,12 @@
332323
<ClInclude Include="TimeManager.h">
333324
<Filter>Application</Filter>
334325
</ClInclude>
326+
<ClInclude Include="math_defs.h">
327+
<Filter>Lib</Filter>
328+
</ClInclude>
329+
<ClInclude Include="math_utils.h">
330+
<Filter>Lib</Filter>
331+
</ClInclude>
335332
</ItemGroup>
336333
<ItemGroup>
337334
<ClCompile Include="stdafx.cpp">

src/aux_math.h

Lines changed: 0 additions & 154 deletions
This file was deleted.

src/frustum.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)