Common: Move asserts to their own header

This commit is contained in:
Lioncash
2015-09-26 16:39:47 -04:00
parent 867df74b52
commit 19ac565e0d
23 changed files with 73 additions and 47 deletions

View File

@ -35,6 +35,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemGroup>
<ClInclude Include="Assert.h" />
<ClInclude Include="Atomic.h" />
<ClInclude Include="Atomic_GCC.h" />
<ClInclude Include="Atomic_Win32.h" />