GetRayBoxCells.

This commit is contained in:
jussi
2024-07-19 22:57:31 +03:00
parent c7b7975482
commit 03e9226b5f
10 changed files with 359 additions and 5 deletions

View File

@@ -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 ) ) {