diff options
| author | jussi | 2022-02-21 19:05:05 +0200 |
|---|---|---|
| committer | jussi | 2022-02-21 19:05:05 +0200 |
| commit | 612ede6da40550fc0b14c1370f616fc6e83df550 (patch) | |
| tree | 788e0d00820ee85209506c78ec76d397a617cd03 /include/text.h | |
| parent | 8182a5f1b6c61bdf95d32a4ad102e1762f0d0924 (diff) | |
| download | reilua-enhanced-612ede6da40550fc0b14c1370f616fc6e83df550.tar.gz reilua-enhanced-612ede6da40550fc0b14c1370f616fc6e83df550.tar.bz2 reilua-enhanced-612ede6da40550fc0b14c1370f616fc6e83df550.zip | |
Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV.
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 6e53c70..e9cced8 100644 --- a/include/text.h +++ b/include/text.h @@ -5,4 +5,5 @@ bool validFont( size_t id ); /* Loading. */ int lmodelsLoadFont( lua_State *L ); /* Drawing. */ +int ltextDrawFPS( lua_State *L ); int ltextDrawText( lua_State *L ); |
