VS2010 project: Added pathsettings.cpp and pathsettings.h.
This commit is contained in:
parent
9fd39b42be
commit
8495cce7d8
|
@ -254,6 +254,7 @@
|
||||||
<ClCompile Include="ogl.cpp" />
|
<ClCompile Include="ogl.cpp" />
|
||||||
<ClCompile Include="OpenArchive.cpp" />
|
<ClCompile Include="OpenArchive.cpp" />
|
||||||
<ClCompile Include="palView.cpp" />
|
<ClCompile Include="palView.cpp" />
|
||||||
|
<ClCompile Include="pathsettings.cpp" />
|
||||||
<ClCompile Include="ramwatch.cpp" />
|
<ClCompile Include="ramwatch.cpp" />
|
||||||
<ClCompile Include="ram_search.cpp" />
|
<ClCompile Include="ram_search.cpp" />
|
||||||
<ClCompile Include="replay.cpp" />
|
<ClCompile Include="replay.cpp" />
|
||||||
|
@ -374,6 +375,7 @@
|
||||||
<ClInclude Include="oamView.h" />
|
<ClInclude Include="oamView.h" />
|
||||||
<ClInclude Include="OpenArchive.h" />
|
<ClInclude Include="OpenArchive.h" />
|
||||||
<ClInclude Include="palView.h" />
|
<ClInclude Include="palView.h" />
|
||||||
|
<ClInclude Include="pathsettings.h" />
|
||||||
<ClInclude Include="ramwatch.h" />
|
<ClInclude Include="ramwatch.h" />
|
||||||
<ClInclude Include="ram_search.h" />
|
<ClInclude Include="ram_search.h" />
|
||||||
<ClInclude Include="replay.h" />
|
<ClInclude Include="replay.h" />
|
||||||
|
|
Loading…
Reference in New Issue