1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add unaligned read/write helpers.

This commit is contained in:
Bartosz Taudul
2018-03-31 13:13:15 +02:00
parent 56bd01dfd1
commit 685432a85f
5 changed files with 35 additions and 0 deletions
+1
View File
@@ -136,6 +136,7 @@
<ClCompile Include="..\..\src\getopt.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\common\TracyAlign.hpp" />
<ClInclude Include="..\..\..\common\TracyAlloc.hpp" />
<ClInclude Include="..\..\..\common\TracyColor.hpp" />
<ClInclude Include="..\..\..\common\TracyForceInline.hpp" />
@@ -95,5 +95,8 @@
<ClInclude Include="..\..\src\getopt.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\common\TracyAlign.hpp">
<Filter>common</Filter>
</ClInclude>
</ItemGroup>
</Project>