Skip to content

Commit

Permalink
Add common engine header
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 11, 2017
1 parent 9dd5d4a commit b7252ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/Common.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#pragma once
1 change: 1 addition & 0 deletions src/Common/Common.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<ClInclude Include="..\xrCommon\xr_stack.h" />
<ClInclude Include="..\xrCommon\xr_string.h" />
<ClInclude Include="..\xrCommon\xr_vector.h" />
<ClInclude Include="Common.hpp" />
<ClInclude Include="Compiler.inl" />
<ClInclude Include="Config.hpp" />
<ClInclude Include="face_smoth_flags.h" />
Expand Down
1 change: 1 addition & 0 deletions src/Common/Common.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<ClInclude Include="ImportExportMacros.inl">
<Filter>Platform</Filter>
</ClInclude>
<ClInclude Include="Common.hpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="NvMender2003">
Expand Down

0 comments on commit b7252ea

Please sign in to comment.