imgui/examples/marmalade_example
2018-06-07 22:10:31 +02:00
..
data Merge branch 'master' of https://github.com/ocornut/imgui 2015-10-14 23:01:52 +02:00
main.cpp Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542) 2018-06-07 22:10:31 +02:00
marmalade_example.mkb Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements. 2018-06-07 19:20:04 +02:00