mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-14 05:38:29 +01:00
post issues in https://github.com/Extrawurst/cimgui
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# cimgui [](https://travis-ci.org/Extrawurst/cimgui)
|
# cimgui [](https://travis-ci.org/Extrawurst/cimgui)
|
||||||
|
|
||||||
|
Please post issues in https://github.com/Extrawurst/cimgui
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This is a thin c-api wrapper programmatically generated for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui).
|
This is a thin c-api wrapper programmatically generated for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui).
|
||||||
|
@@ -257,9 +257,9 @@ local function struct_parser()
|
|||||||
--nothing
|
--nothing
|
||||||
else
|
else
|
||||||
local linea = line:gsub("%S+",{class="struct",mutable=""})
|
local linea = line:gsub("%S+",{class="struct",mutable=""})
|
||||||
linea = linea:gsub("(%b<>)","/*%1*/")--,"/%*%1%*/") --comment template parameters
|
linea = linea:gsub("(%b<>)","/*%1*/") --comment template parameters
|
||||||
table.insert(structcdefs,linea..comment)
|
table.insert(structcdefs,linea..comment)
|
||||||
--]]
|
|
||||||
end
|
end
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user