We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd5d4a commit b7252eaCopy full SHA for b7252ea
src/Common/Common.hpp
@@ -0,0 +1 @@
1
+#pragma once
src/Common/Common.vcxproj
@@ -179,6 +179,7 @@
179
<ClInclude Include="..\xrCommon\xr_stack.h" />
180
<ClInclude Include="..\xrCommon\xr_string.h" />
181
<ClInclude Include="..\xrCommon\xr_vector.h" />
182
+ <ClInclude Include="Common.hpp" />
183
<ClInclude Include="Compiler.inl" />
184
<ClInclude Include="Config.hpp" />
185
<ClInclude Include="face_smoth_flags.h" />
src/Common/Common.vcxproj.filters
@@ -84,6 +84,7 @@
84
<ClInclude Include="ImportExportMacros.inl">
85
<Filter>Platform</Filter>
86
</ClInclude>
87
88
</ItemGroup>
89
<ItemGroup>
90
<Filter Include="NvMender2003">
0 commit comments