From 27f4d3c3c40b7db86abee217d96acf9a52cc450b Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Sat, 28 Mar 2020 18:09:51 +0100 Subject: [PATCH] more README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a75ed06..deb086f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Notes: * git submodule update * compile * using makefile on linux/macOS/mingw (Or use CMake to generate project) - * or as in https://github.com/sonoro1234/LuaJIT-ImGui/tree/master_auto_implementations/build + * or as in https://github.com/sonoro1234/LuaJIT-ImGui/tree/master/build # using generator @@ -40,7 +40,7 @@ Notes: # generate binding * C interface is exposed by cimgui.h when you define CIMGUI_DEFINE_ENUMS_AND_STRUCTS * with your prefered language you can use the lua or json files generated as in: - * https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat (with lua code generation in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/class_gen.lua) + * https://github.com/sonoro1234/LuaJIT-ImGui/blob/master/lua/build.bat (with lua code generation in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master/lua/class_gen.lua) * https://github.com/mellinoe/ImGui.NET/tree/autogen/src/CodeGenerator ### definitions description * It is a collection in which key is the cimgui name that would result without overloadings and the value is an array of overloadings (may be only one overloading)