1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-13 17:48:00 -05:00

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

@@ -154,6 +154,7 @@
<ClInclude Include="src\console_listener.h" />
<ClInclude Include="src\cpu_detect.h" />
<ClInclude Include="src\debug_interface.h" />
<ClInclude Include="src\emu_window.h" />
<ClInclude Include="src\extended_trace.h" />
<ClInclude Include="src\fifo_queue.h" />
<ClInclude Include="src\file_search.h" />