aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/flatapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/flatapi.cpp')
-rw-r--r--bindings/flatapi.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/bindings/flatapi.cpp b/bindings/flatapi.cpp
index a2c2696..20069bb 100644
--- a/bindings/flatapi.cpp
+++ b/bindings/flatapi.cpp
@@ -17,8 +17,16 @@
#ifndef NO_SWORD_NAMESPACE
using namespace sword;
#endif
-
+extern "C" {
#include "flatapi.h"
+}
+
+typedef struct {
+ ModMap::iterator it;
+// void *it;
+ ModMap::iterator end;
+// void *end;
+} ModItType;
//-----------------------------------------------------------------