Raygui lib tooltip.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "lua_core.h"
|
||||
|
||||
void unloadBuffer( Buffer *buffer );
|
||||
void unloadBuffer( Buffer* buffer );
|
||||
/* Window-related functions. */
|
||||
int lcoreCloseWindow( lua_State* L );
|
||||
int lcoreIsWindowReady( lua_State* L );
|
||||
|
||||
@@ -42,7 +42,7 @@ typedef struct {
|
||||
#endif
|
||||
} State;
|
||||
|
||||
extern State *state;
|
||||
extern State* state;
|
||||
|
||||
bool stateInit( int argn, const char** argc, const char* exePath );
|
||||
void stateInitInterpret( int argn, const char** argc );
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
void unloadGlyphInfo( GlyphInfo *glyph );
|
||||
void unloadGlyphInfo( GlyphInfo* glyph );
|
||||
/* Font loading/unloading functions. */
|
||||
int ltextGetFontDefault( lua_State* L );
|
||||
int ltextLoadFont( lua_State* L );
|
||||
|
||||
Reference in New Issue
Block a user