Refactor: Added empty imgui_widgets.cpp + updated project files / makefiles etc. accordingly (#2036)

This commit is contained in:
omar
2018-08-28 21:59:14 +02:00
parent 6c34bffbb5
commit e312363007
29 changed files with 76 additions and 5 deletions

View File

@ -153,6 +153,7 @@
<ClCompile Include="..\..\imgui.cpp" />
<ClCompile Include="..\..\imgui_demo.cpp" />
<ClCompile Include="..\..\imgui_draw.cpp" />
<ClCompile Include="..\..\imgui_widgets.cpp" />
<ClCompile Include="..\imgui_impl_opengl3.cpp" />
<ClCompile Include="..\imgui_impl_sdl.cpp" />
<ClCompile Include="..\libs\gl3w\GL\gl3w.c" />