diff options
| author | chai <chaifix@163.com> | 2021-11-17 22:33:40 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-11-17 22:33:40 +0800 |
| commit | b34310c631989551054d456eb47aaab5ded266a4 (patch) | |
| tree | 42a6d54c53b4a1943d1ac0dc2e81b08a11c670ef /Data/BuiltIn | |
| parent | d56308e585e056038dca8a32cc79d131015581de (diff) | |
*misc
Diffstat (limited to 'Data/BuiltIn')
| -rw-r--r-- | Data/BuiltIn/Libraries/GameLab/Engine/GUI/IMGUI.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/GameLab/Engine/GUI/IMGUI.lua b/Data/BuiltIn/Libraries/GameLab/Engine/GUI/IMGUI.lua index 7ed156b..3030b38 100644 --- a/Data/BuiltIn/Libraries/GameLab/Engine/GUI/IMGUI.lua +++ b/Data/BuiltIn/Libraries/GameLab/Engine/GUI/IMGUI.lua @@ -70,4 +70,8 @@ GUI.HorizontalScrollbar = function() end
+GUI.DrawLine = function()
+
+end
+
return GUI
\ No newline at end of file |
