From d704b33196e6bb0c001cd400064444c3985ef04e Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Mon, 8 Oct 2018 12:32:09 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6ec93..f213878 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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#L41). Until the community finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/cimgui/cimgui/blob/master/generator/generated/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#L40). Current overloaded function names can be found in (https://github.com/cimgui/cimgui/blob/master/generator/output/overloads.txt) # compilation