Raygui lib tooltip.

This commit is contained in:
jussi
2024-02-21 23:25:17 +02:00
parent 836c9d1d00
commit 178196b0ff
10 changed files with 273 additions and 130 deletions

View File

@@ -4,7 +4,7 @@
#include "textures.h"
#include "models.h"
State *state;
State* state;
bool stateInit( int argn, const char** argc, const char* exePath ) {
state = malloc( sizeof( State ) );