summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/include/sqstdblob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/squirrel/include/sqstdblob.h')
-rw-r--r--src/3rdparty/squirrel/include/sqstdblob.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/3rdparty/squirrel/include/sqstdblob.h b/src/3rdparty/squirrel/include/sqstdblob.h
deleted file mode 100644
index d493157ec..000000000
--- a/src/3rdparty/squirrel/include/sqstdblob.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* see copyright notice in squirrel.h */
-#ifndef _SQSTDBLOB_H_
-#define _SQSTDBLOB_H_
-
-SQUserPointer sqstd_createblob(HSQUIRRELVM v, SQInteger size);
-SQRESULT sqstd_getblob(HSQUIRRELVM v,SQInteger idx,SQUserPointer *ptr);
-SQInteger sqstd_getblobsize(HSQUIRRELVM v,SQInteger idx);
-
-SQRESULT sqstd_register_bloblib(HSQUIRRELVM v);
-
-#endif /*_SQSTDBLOB_H_*/
-