non const ref to pointer

This commit is contained in:
Victor Bombi
2020-06-06 11:36:56 +02:00
parent 4e160d8017
commit ab53af765f
4 changed files with 55 additions and 22 deletions

View File

@@ -50,8 +50,8 @@ for i=3,#script_args do table.insert(implementations,script_args[i]) end
local cimgui_manuals = {
igLogText = true,
ImGuiTextBuffer_appendf = true,
igColorConvertRGBtoHSV = true,
igColorConvertHSVtoRGB = true
--igColorConvertRGBtoHSV = true,
--igColorConvertHSVtoRGB = true
}
--------------------------------------------------------------------------
--this table is a dictionary to force a naming of function overloading (instead of algorythmic generated)