imgui / examples / marmalade_example /
@omar omar authored on 7 Jun 2018
..
data Merge branch 'master' of https://github.com/ocornut/imgui 9 years ago
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) 6 years ago
marmalade_example.mkb Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements. 6 years ago