keep names from external API as they were

This commit is contained in:
Victor Bombi
2020-03-24 19:05:57 +01:00
parent 901c705518
commit 8ee704c485
11 changed files with 70 additions and 47 deletions

View File

@@ -13,5 +13,6 @@
#process files
# arg[1] compiler name gcc, clang, cl or nocompiler
# arg[2..n] name of implementations to generate
luajit ./generator.lua gcc glfw opengl3 opengl2 sdl
# arg[2] imgui_internal functions generation: true or false
# arg[3..n] name of implementations to generate
luajit ./generator.lua gcc true glfw opengl3 opengl2 sdl