Common: Port Event class from YBaseLib over

This commit is contained in:
Connor McLaughlin
2020-04-05 22:57:35 +10:00
parent 70ccdcfc30
commit abb87f497f
5 changed files with 174 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<ClInclude Include="gl\shader_cache.h">
<Filter>gl</Filter>
</ClInclude>
<ClInclude Include="event.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />
@ -108,6 +109,7 @@
<ClCompile Include="gl\shader_cache.cpp">
<Filter>gl</Filter>
</ClCompile>
<ClCompile Include="event.cpp" />
</ItemGroup>
<ItemGroup>
<Natvis Include="bitfield.natvis" />