Skip to content

Commit b7252ea

Browse files
committed
Add common engine header
1 parent 9dd5d4a commit b7252ea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Common/Common.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#pragma once

src/Common/Common.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<ClInclude Include="..\xrCommon\xr_stack.h" />
180180
<ClInclude Include="..\xrCommon\xr_string.h" />
181181
<ClInclude Include="..\xrCommon\xr_vector.h" />
182+
<ClInclude Include="Common.hpp" />
182183
<ClInclude Include="Compiler.inl" />
183184
<ClInclude Include="Config.hpp" />
184185
<ClInclude Include="face_smoth_flags.h" />

src/Common/Common.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<ClInclude Include="ImportExportMacros.inl">
8585
<Filter>Platform</Filter>
8686
</ClInclude>
87+
<ClInclude Include="Common.hpp" />
8788
</ItemGroup>
8889
<ItemGroup>
8990
<Filter Include="NvMender2003">

0 commit comments

Comments
 (0)