summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2023-11-05 22:43:03 +0200
committerjussi2023-11-05 22:43:03 +0200
commit7b8ef2cd90997382dca80f5122908eb6a8e60467 (patch)
tree42d2ca89a91f0ddb17054fcbb1243fee33399ee1 /include/core.h
parentd74a505d406faf276a265beaf8925d6e8ff9cec0 (diff)
downloadreilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.tar.gz
reilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.tar.bz2
reilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.zip
ExportBuffer and LoadBufferFromFile.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index ffed469..ad50f1b 100644
--- a/include/core.h
+++ b/include/core.h
@@ -201,3 +201,5 @@ int lcoreUnloadBuffer( lua_State *L );
int lcoreGetBufferData( lua_State *L );
int lcoreGetBufferType( lua_State *L );
int lcoreGetBufferSize( lua_State *L );
+int lcoreExportBuffer( lua_State *L );
+int lcoreLoadBufferFromFile( lua_State *L );