Changeset ee75487 in opengl-game


Ignore:
Timestamp:
Oct 4, 2019, 3:51:50 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5b02676
Parents:
3de31cf
Message:

Add utils.cpp/hpp to the VulkanGame MSVC project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r3de31cf ree75487  
    139139    <ClCompile Include="main-vulkan.cpp" />
    140140    <ClCompile Include="StackWalker.cpp" />
     141    <ClCompile Include="utils.cpp" />
    141142    <ClCompile Include="vulkan-game.cpp" />
    142143    <ClCompile Include="vulkan-utils.cpp" />
     
    153154    <ClInclude Include="logger.hpp" />
    154155    <ClInclude Include="StackWalker.h" />
     156    <ClInclude Include="utils.hpp" />
    155157    <ClInclude Include="vulkan-game.hpp" />
    156158    <ClInclude Include="vulkan-utils.hpp" />
Note: See TracChangeset for help on using the changeset viewer.