Skip to content

Commit a9fdc74

Browse files
committed
Revert "Note to self: don't rush changes"
This reverts commit 1c31824.
1 parent 1c31824 commit a9fdc74

File tree

4 files changed

+748
-5
lines changed

4 files changed

+748
-5
lines changed

Shapes.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<ClCompile Include="grid_constellation.cpp" />
178178
<ClCompile Include="ilcontainer.cpp" />
179179
<ClCompile Include="instance.cpp" />
180-
<ClCompile Include="main_pk.cpp" />
180+
<ClCompile Include="main.cpp" />
181181
<ClCompile Include="my_freetype.cpp" />
182182
<ClCompile Include="phong_shader.cpp" />
183183
<ClCompile Include="plane.cpp" />

Shapes.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<ClCompile Include="shape.cpp">
3030
<Filter>Source Files</Filter>
3131
</ClCompile>
32+
<ClCompile Include="main.cpp">
33+
<Filter>Source Files</Filter>
34+
</ClCompile>
3235
<ClCompile Include="shader.cpp">
3336
<Filter>Source Files</Filter>
3437
</ClCompile>
@@ -62,9 +65,6 @@
6265
<ClCompile Include="grid_constellation.cpp">
6366
<Filter>Source Files</Filter>
6467
</ClCompile>
65-
<ClCompile Include="main_pk.cpp">
66-
<Filter>Source Files</Filter>
67-
</ClCompile>
6868
</ItemGroup>
6969
<ItemGroup>
7070
<ClInclude Include="shape.h">

0 commit comments

Comments
 (0)