mirror of https://github.com/stella-emu/stella.git
Forgot to include header file in VS project file.
This commit is contained in:
parent
afa0fe3190
commit
c4dffc1210
|
@ -2038,6 +2038,7 @@
|
|||
<ClInclude Include="..\libpng\png.h" />
|
||||
<ClInclude Include="..\libpng\pngconf.h" />
|
||||
<ClInclude Include="..\libpng\pngpriv.h" />
|
||||
<ClInclude Include="Windows.hxx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\emucore\tia\frame-manager\module.mk" />
|
||||
|
|
|
@ -2105,6 +2105,9 @@
|
|||
<ClInclude Include="..\gui\QuadTariDialog.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Windows.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue