diff options
| author | jussi | 2024-02-21 23:25:17 +0200 |
|---|---|---|
| committer | jussi | 2024-02-21 23:25:17 +0200 |
| commit | 178196b0ffb8e2358ce9b0be5e1570a10136eb45 (patch) | |
| tree | 45d657547c10c01dc230dbf5dc9f30281cad621a /include/core.h | |
| parent | 836c9d1d0005c32714c89b3adecbb232472b494a (diff) | |
| download | reilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.tar.gz reilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.tar.bz2 reilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.zip | |
Raygui lib tooltip.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core.h b/include/core.h index ddbf442..9a9a144 100644 --- a/include/core.h +++ b/include/core.h @@ -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 ); |
