Common: Add Flag.h to the Visual Studio project.

This commit is contained in:
Lioncash 2014-08-14 01:43:55 -04:00
parent d18d3e1f3e
commit 1b92c68f05
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
<ClInclude Include="FileSearch.h" />
<ClInclude Include="FileUtil.h" />
<ClInclude Include="FixedSizeQueue.h" />
<ClInclude Include="Flag.h" />
<ClInclude Include="FPURoundMode.h" />
<ClInclude Include="GekkoDisassembler.h" />
<ClInclude Include="Hash.h" />

View File

@ -29,6 +29,7 @@
<ClInclude Include="FileSearch.h" />
<ClInclude Include="FileUtil.h" />
<ClInclude Include="FixedSizeQueue.h" />
<ClInclude Include="Flag.h" />
<ClInclude Include="FPURoundMode.h" />
<ClInclude Include="Hash.h" />
<ClInclude Include="IniFile.h" />