Skip to content
Snippets Groups Projects
Commit e528cbe7 authored by KosmX's avatar KosmX
Browse files

Oops

parent a203038a
No related branches found
No related tags found
No related merge requests found
......@@ -107,17 +107,17 @@
<ClCompile Include="RangedWeapon.cpp">
<Filter>Source Files\gameObj\wepons</Filter>
</ClCompile>
<ClCompile Include="GlitchGun.cpp">
<Filter>Source Files</Filter>
<ClCompile Include="EntityWithAI.cpp">
<Filter>Source Files\gameObj\entities</Filter>
</ClCompile>
<ClCompile Include="ExplosiveProjectile.cpp">
<Filter>Source Files</Filter>
<Filter>Source Files\gameObj\entities</Filter>
</ClCompile>
<ClCompile Include="EntityWithAI.cpp">
<Filter>Source Files</Filter>
<ClCompile Include="GlitchGun.cpp">
<Filter>Source Files\gameObj\wepons</Filter>
</ClCompile>
<ClCompile Include="SquareRoomGenerator.cpp">
<Filter>Source Files</Filter>
<Filter>Source Files\gameObj</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
......@@ -215,7 +215,7 @@
<Filter>Header Files\gameObj\entities</Filter>
</ClInclude>
<ClInclude Include="SquareRoomGenerator.h">
<Filter>Header Files</Filter>
<Filter>Header Files\gameObj\management</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
......
......@@ -45,7 +45,7 @@ namespace entities {
return false;
}
byte WallEntity::getNeighbourID() const
char WallEntity::getNeighbourID() const
{
return neighbourID;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment