diff options
| author | jussi | 2024-07-19 22:57:31 +0300 |
|---|---|---|
| committer | jussi | 2024-07-19 22:57:31 +0300 |
| commit | 03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f (patch) | |
| tree | 44c801b37e675aa63a0b13c7548be33e765e5842 /src/rgui.c | |
| parent | c7b7975482bb33e7fb352c5759920748b6d3769b (diff) | |
| download | reilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.tar.gz reilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.tar.bz2 reilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.zip | |
GetRayBoxCells.
Diffstat (limited to 'src/rgui.c')
| -rw-r--r-- | src/rgui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #define RAYGUI_IMPLEMENTATION #include "raygui.h" -inline char* getTextOrNil( lua_State* L, int index ) { +static inline char* getTextOrNil( lua_State* L, int index ) { char* text = NULL; if ( lua_isstring( L, index ) ) { |
