diff options
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index ddfefb1..a130692 100644 --- a/include/core.h +++ b/include/core.h @@ -222,6 +222,7 @@ int lcoreUpdateCamera3DPro( lua_State *L ); /* Buffer management functions. */ int lcoreLoadBuffer( lua_State *L ); int lcoreLoadBufferFromFile( lua_State *L ); +int lcoreLoadBufferFromString( lua_State *L ); int lcoreUnloadBuffer( lua_State *L ); int lcoreGetBufferData( lua_State *L ); int lcoreGetBufferType( lua_State *L ); |
