aboutsummaryrefslogtreecommitdiff
path: root/src/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.h')
-rw-r--r--src/helper.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/helper.h b/src/helper.h
new file mode 100644
index 0000000..f3ce275
--- /dev/null
+++ b/src/helper.h
@@ -0,0 +1,14 @@
+#ifndef HELPER_H
+#define HELPER_H
+
+#include <rapidjson/document.h>
+
+#include "ns_plugin.h"
+
+void SquirrelToJSON(
+ rapidjson::Value* out_val,
+ rapidjson::MemoryPoolAllocator<>& allocator,
+ SQObject* obj_ptr
+);
+
+#endif \ No newline at end of file