diff options
| author | ShizZy <shizzy@6bit.net> | 2013-09-04 21:00:29 -0400 |
|---|---|---|
| committer | ShizZy <shizzy@6bit.net> | 2013-09-04 21:00:29 -0400 |
| commit | 4ca6d6452e3684c2d232ed00389379b28cb0a0c9 (patch) | |
| tree | 5804387fd0ac9d14d691fbd2a4d5f1973deaf104 /src/common/common.vcxproj.filters | |
| parent | d953d3d0176cd26381967e05e3ddcca9a268ec37 (diff) | |
added emu_window.h to define interface to drawing to a window
Diffstat (limited to 'src/common/common.vcxproj.filters')
| -rw-r--r-- | src/common/common.vcxproj.filters | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index ab8e5d12e..ddfb609e4 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -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" /> |
