summaryrefslogtreecommitdiffstats
path: root/src/tkbltStubInit.c
diff options
context:
space:
mode:
authorOle Streicher <olebole@debian.org>2016-06-05 12:13:20 (GMT)
committerOle Streicher <olebole@debian.org>2016-06-05 12:13:20 (GMT)
commit6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3 (patch)
treecc2c1e64693f15675b62cdc1c55f97466e5e55c8 /src/tkbltStubInit.c
parent0dec7bfd2833105b5c1a59893f0b6da802fbaedc (diff)
downloadblt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.zip
blt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.tar.gz
blt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.tar.bz2
Create stubs library for simpler linking f.e. with saotk
Diffstat (limited to 'src/tkbltStubInit.c')
-rw-r--r--src/tkbltStubInit.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/tkbltStubInit.c b/src/tkbltStubInit.c
new file mode 100644
index 0000000..b54cc97
--- /dev/null
+++ b/src/tkbltStubInit.c
@@ -0,0 +1,29 @@
+#include <tkbltVector.h>
+
+/* !BEGIN!: Do not edit below this line. */
+
+const TkbltStubs tkbltStubs = {
+ TCL_STUB_MAGIC,
+ 0,
+ Blt_CreateVector, /* 0 */
+ Blt_CreateVector2, /* 1 */
+ Blt_DeleteVectorByName, /* 2 */
+ Blt_DeleteVector, /* 3 */
+ Blt_GetVector, /* 4 */
+ Blt_GetVectorFromObj, /* 5 */
+ Blt_ResetVector, /* 6 */
+ Blt_ResizeVector, /* 7 */
+ Blt_VectorExists, /* 8 */
+ Blt_VectorExists2, /* 9 */
+ Blt_AllocVectorId, /* 10 */
+ Blt_GetVectorById, /* 11 */
+ Blt_SetVectorChangedProc, /* 12 */
+ Blt_FreeVectorId, /* 13 */
+ Blt_NameOfVectorId, /* 14 */
+ Blt_NameOfVector, /* 15 */
+ Blt_InstallIndexProc, /* 16 */
+ Blt_VecMin, /* 17 */
+ Blt_VecMax, /* 18 */
+};
+
+/* !END!: Do not edit above this line. */