diff options
| author | jussi | 2023-02-06 23:03:39 +0200 |
|---|---|---|
| committer | jussi | 2023-02-06 23:03:39 +0200 |
| commit | db957a8181497a25e52328882e6e0f98d6551d0b (patch) | |
| tree | 583aa051b304c04457d8eba4e7ec238c04b5dcd7 /src/lua_core.c | |
| parent | 7e61bffe5f313599423ad3cf88b0e44329de7dd2 (diff) | |
| download | reilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.tar.gz reilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.tar.bz2 reilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.zip | |
RL_LoadFontEx.
Diffstat (limited to 'src/lua_core.c')
| -rw-r--r-- | src/lua_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c index 1033c74..7056f40 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -1062,6 +1062,7 @@ void luaRegister() { /* Text. */ /* Loading. */ lua_register( L, "RL_LoadFont", ltextLoadFont ); + lua_register( L, "RL_LoadFontEx", ltextLoadFontEx ); lua_register( L, "RL_LoadFontFromImage", ltextLoadFontFromImage ); lua_register( L, "RL_UnloadFont", ltextUnloadFont ); /* Drawing. */ |
