Changeset df2cc24 in opengl-game
- Timestamp:
- Sep 16, 2019, 2:04:07 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- f133da0
- Parents:
- c1d9b2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenGLGame.vcxproj
rc1d9b2a rdf2cc24 23 23 <ClCompile Include="FileStackWalker.cpp" /> 24 24 <ClCompile Include="game-gui-glfw.cpp" /> 25 <ClCompile Include="IMGUI\imgui.cpp" /> 26 <ClCompile Include="IMGUI\imgui_demo.cpp" /> 27 <ClCompile Include="IMGUI\imgui_draw.cpp" /> 28 <ClCompile Include="imgui_impl_glfw_gl3.cpp" /> 25 29 <ClCompile Include="logger.cpp" /> 26 30 <ClCompile Include="main-opengl.cpp" /> … … 35 39 <ClInclude Include="game-gui-glfw.hpp" /> 36 40 <ClInclude Include="game-gui.hpp" /> 41 <ClInclude Include="IMGUI\imgui.h" /> 42 <ClInclude Include="IMGUI\imgui_internal.h" /> 43 <ClInclude Include="IMGUI\stb_rect_pack.h" /> 44 <ClInclude Include="IMGUI\stb_textedit.h" /> 45 <ClInclude Include="IMGUI\stb_truetype.h" /> 46 <ClInclude Include="imgui_impl_glfw_gl3.h" /> 37 47 <ClInclude Include="logger.hpp" /> 38 48 <ClInclude Include="opengl-game.hpp" />
Note:
See TracChangeset
for help on using the changeset viewer.