diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-11-12 19:34:12 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-11-12 19:34:12 +0100 |
commit | 91f2f03605f8fc2e3555e18826662754e1ee91a0 (patch) | |
tree | 5670c129372692fc7951d5770287115e0a5e4afa /Space Invaders/Space Invaders.csproj | |
parent | 4bc687ddbc5f262bcee09bc606fff8f98a10ac0f (diff) | |
download | Space-Invaders-CS-Console-91f2f03605f8fc2e3555e18826662754e1ee91a0.tar.gz Space-Invaders-CS-Console-91f2f03605f8fc2e3555e18826662754e1ee91a0.zip |
[a] Added sick shit!
Diffstat (limited to 'Space Invaders/Space Invaders.csproj')
-rw-r--r-- | Space Invaders/Space Invaders.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Space Invaders/Space Invaders.csproj b/Space Invaders/Space Invaders.csproj index 8762d4b..e636c8c 100644 --- a/Space Invaders/Space Invaders.csproj +++ b/Space Invaders/Space Invaders.csproj @@ -42,6 +42,9 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="GameEngine\Graphics.cs" /> + <Compile Include="GameObjects.cs" /> + <Compile Include="GameEngine\GameEngine.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> |