diff options
Diffstat (limited to 'VC2013')
-rw-r--r-- | VC2013/MCServer.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VC2013/MCServer.vcxproj.filters b/VC2013/MCServer.vcxproj.filters index d265d7ad6..196d767dd 100644 --- a/VC2013/MCServer.vcxproj.filters +++ b/VC2013/MCServer.vcxproj.filters @@ -1666,6 +1666,9 @@ <ClCompile Include="..\src\HTTPServer\NameValueParser.cpp"> <Filter>Source Files\HTTPServer</Filter> </ClCompile> + <ClCompile Include="..\source\BlockEntities\BlockEntity.cpp"> + <Filter>Source Files\BlockEntities</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <Text Include="..\MCServer\API.txt"> |