Organized shapes, textures, audio, text, lights and gui functions.
This commit is contained in:
@@ -15,8 +15,6 @@ int lguiGuiGetFont( lua_State *L );
|
||||
/* Style */
|
||||
int lguiGuiSetStyle( lua_State *L );
|
||||
int lguiGuiGetStyle( lua_State *L );
|
||||
int lguiGuiLoadStyle( lua_State *L );
|
||||
int lguiGuiLoadStyleDefault( lua_State *L );
|
||||
/* Container. */
|
||||
int lguiGuiWindowBox( lua_State *L );
|
||||
int lguiGuiGroupBox( lua_State *L );
|
||||
@@ -52,6 +50,9 @@ int lguiGuiColorPicker( lua_State *L );
|
||||
int lguiGuiColorPanel( lua_State *L );
|
||||
int lguiGuiColorBarAlpha( lua_State *L );
|
||||
int lguiGuiColorBarHue( lua_State *L );
|
||||
/* Styles loading functions */
|
||||
int lguiGuiLoadStyle( lua_State *L );
|
||||
int lguiGuiLoadStyleDefault( lua_State *L );
|
||||
/* Icons. */
|
||||
int lguiGuiIconText( lua_State *L );
|
||||
int lguiGuiDrawIcon( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user