diff --git a/README.md b/README.md index 8e9b925..e66cabf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ History: Initially cimgui was developed by Stephan Dilly as hand-written code but lately turned into an auto-generated version by sonoro1234 in order to keep up with imgui more easily (letting the user select the desired branch and commit) Notes: -* currently this wrapper is based on version [1.72 of Dear ImGui] +* currently this wrapper is based on version [1.72b of Dear ImGui] * only functions, structs and enums from imgui.h are wrapped. * if you are interested in imgui implementations you should look LuaJIT-ImGui project. * overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/cimgui/cimgui/blob/master/generator/generator.lua#L58). Current overloaded function names can be found in (https://github.com/cimgui/cimgui/blob/master/generator/output/overloads.txt) diff --git a/cimgui.cpp b/cimgui.cpp index 5516857..9b4169e 100644 --- a/cimgui.cpp +++ b/cimgui.cpp @@ -1,5 +1,5 @@ //This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui -//based on imgui.h file version "1.72" from Dear ImGui https://github.com/ocornut/imgui +//based on imgui.h file version "1.72b" from Dear ImGui https://github.com/ocornut/imgui #include "./imgui/imgui.h" #include "cimgui.h" diff --git a/cimgui.h b/cimgui.h index c494d2d..2d6c6db 100644 --- a/cimgui.h +++ b/cimgui.h @@ -1,5 +1,5 @@ //This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui -//based on imgui.h file version "1.72" from Dear ImGui https://github.com/ocornut/imgui +//based on imgui.h file version "1.72b" from Dear ImGui https://github.com/ocornut/imgui #ifndef CIMGUI_INCLUDED #define CIMGUI_INCLUDED #include diff --git a/generator/output/cimgui.cpp b/generator/output/cimgui.cpp index 5516857..9b4169e 100644 --- a/generator/output/cimgui.cpp +++ b/generator/output/cimgui.cpp @@ -1,5 +1,5 @@ //This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui -//based on imgui.h file version "1.72" from Dear ImGui https://github.com/ocornut/imgui +//based on imgui.h file version "1.72b" from Dear ImGui https://github.com/ocornut/imgui #include "./imgui/imgui.h" #include "cimgui.h" diff --git a/generator/output/cimgui.h b/generator/output/cimgui.h index c494d2d..2d6c6db 100644 --- a/generator/output/cimgui.h +++ b/generator/output/cimgui.h @@ -1,5 +1,5 @@ //This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui -//based on imgui.h file version "1.72" from Dear ImGui https://github.com/ocornut/imgui +//based on imgui.h file version "1.72b" from Dear ImGui https://github.com/ocornut/imgui #ifndef CIMGUI_INCLUDED #define CIMGUI_INCLUDED #include diff --git a/imgui b/imgui index ecb9b1e..6a0d0da 160000 --- a/imgui +++ b/imgui @@ -1 +1 @@ -Subproject commit ecb9b1e2eba5becc38019b5c9f75fba711cd881b +Subproject commit 6a0d0dab5a9f0b9518a2bc9bb456a69895ae0962