diff --git a/README.md b/README.md index 8f92e10..1e306de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Initially cimgui was developed by Stephan Dilly as hand-written code but lately Notes: * currently this wrapper is based on version [1.65 of Dear ImGui] -* 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#L40). Current overloaded function names can be found in (https://github.com/cimgui/cimgui/blob/master/generator/output/overloads.txt) +* 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) # compilation