summaryrefslogtreecommitdiff
path: root/Spacebot.vcxproj
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2015-06-12 17:35:02 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2015-06-12 17:35:02 +0200
commita760c17178178b2a945be93ef484906afc53bd3b (patch)
tree5805bb8759606322a7bfa896641e31b7fa37d147 /Spacebot.vcxproj
parent0a9ba0f24b4d60dee65dc1a78a778fb7a373001b (diff)
Updated project file
Diffstat (limited to 'Spacebot.vcxproj')
-rw-r--r--Spacebot.vcxproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/Spacebot.vcxproj b/Spacebot.vcxproj
index 5360e5f..f278a76 100644
--- a/Spacebot.vcxproj
+++ b/Spacebot.vcxproj
@@ -73,9 +73,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="main\main.cpp" />
<ClCompile Include="src\alien.cpp" />
<ClCompile Include="src\enemy_bullet.cpp" />
- <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\game_entity.cpp" />
+ <ClCompile Include="src\game_state.cpp" />
+ <ClCompile Include="src\move_string_mapper.cpp" />
<ClCompile Include="src\player_missile.cpp" />
<ClCompile Include="src\shield.cpp" />
<ClCompile Include="src\spacebot.cpp" />
@@ -84,7 +87,10 @@
<ItemGroup>
<ClInclude Include="include\alien.h" />
<ClInclude Include="include\enemy_bullet.h" />
+ <ClInclude Include="include\game_entity.h" />
+ <ClInclude Include="include\game_state.h" />
<ClInclude Include="include\move.h" />
+ <ClInclude Include="include\move_string_mapper.h" />
<ClInclude Include="include\player_missile.h" />
<ClInclude Include="include\shield.h" />
<ClInclude Include="include\spacebot.h" />