Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.

This commit is contained in:
ocornut
2020-10-12 17:34:22 +02:00
parent 041ef01b33
commit 124c2608f1
65 changed files with 265 additions and 261 deletions

View File

@ -26,7 +26,7 @@ int main(int, char**)
ImGui::StyleColorsDark();
//ImGui::StyleColorsClassic();
// Setup Platform/Renderer bindings
// Setup Platform/Renderer backends
ImGui_Marmalade_Init(true);
// Load Fonts

View File

@ -38,7 +38,7 @@ files
../../imgui.h
../../imgui_internal.h
["imgui","Marmalade binding"]
["imgui", "Marmalade backend"]
../imgui_impl_marmalade.h
../imgui_impl_marmalade.cpp
main.cpp