common: Add a FIFOQueue helper class

This commit is contained in:
Connor McLaughlin
2019-09-17 19:22:23 +10:00
parent 2128a2984b
commit a0e7dff37c
4 changed files with 207 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<ClInclude Include="state_wrapper.h" />
<ClInclude Include="gl_program.h" />
<ClInclude Include="gl_texture.h" />
<ClInclude Include="fifo_queue.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="hdd_image.cpp" />