diff options
| author | jussi | 2022-04-01 20:35:43 +0300 |
|---|---|---|
| committer | jussi | 2022-04-01 20:35:43 +0300 |
| commit | 7665cf4bc16a423d4cd98174853dcc36de08787e (patch) | |
| tree | 34320026165dab240e1678ae1905b10dee24710c /include/rgui.h | |
| parent | 7928f9dbab6829f73c57e6dd4ede0da6cea023b0 (diff) | |
| download | reilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.tar.gz reilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.tar.bz2 reilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.zip | |
GuiIconText.
Diffstat (limited to 'include/rgui.h')
| -rw-r--r-- | include/rgui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rgui.h b/include/rgui.h index 9c6b60c..b23b472 100644 --- a/include/rgui.h +++ b/include/rgui.h @@ -52,6 +52,7 @@ int lguiGuiColorPanel( lua_State *L ); int lguiGuiColorBarAlpha( lua_State *L ); int lguiGuiColorBarHue( lua_State *L ); /* Icons. */ +int lguiGuiIconText( lua_State *L ); int lguiGuiDrawIcon( lua_State *L ); int lguiGuiSetIconScale( lua_State *L ); int lguiGuiSetIconPixel( lua_State *L ); |
