added emu_window.h to define interface to drawing to a window

This commit is contained in:
ShizZy
2013-09-04 21:00:29 -04:00
parent d953d3d017
commit 4ca6d6452e
3 changed files with 108 additions and 0 deletions

View File

@ -52,6 +52,7 @@
<ClInclude Include="src\timer.h" />
<ClInclude Include="src\atomic_gcc.h" />
<ClInclude Include="src\atomic_win32.h" />
<ClInclude Include="src\emu_window.h" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />