Merge pull request #5611 from JosJuice/reorganize-file-namespace

Reorganize File namespace
This commit is contained in:
Leo Lam
2017-06-15 23:28:36 +02:00
committed by GitHub
104 changed files with 349 additions and 259 deletions

View File

@ -63,6 +63,7 @@
<ClInclude Include="ENetUtil.h" />
<ClInclude Include="Event.h" />
<ClInclude Include="FifoQueue.h" />
<ClInclude Include="File.h" />
<ClInclude Include="FileSearch.h" />
<ClInclude Include="FileUtil.h" />
<ClInclude Include="FixedSizeQueue.h" />
@ -166,6 +167,7 @@
<ClCompile Include="Config\Layer.cpp" />
<ClCompile Include="Config\Section.cpp" />
<ClCompile Include="ENetUtil.cpp" />
<ClCompile Include="File.cpp" />
<ClCompile Include="FileSearch.cpp" />
<ClCompile Include="FileUtil.cpp" />
<ClCompile Include="GekkoDisassembler.cpp" />