summaryrefslogtreecommitdiff
path: root/scripting/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/test.h')
-rw-r--r--scripting/test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripting/test.h b/scripting/test.h
new file mode 100644
index 0000000..48f560e
--- /dev/null
+++ b/scripting/test.h
@@ -0,0 +1,8 @@
+#ifndef TEST_H
+#define TEST_H
+
+#include <lua.hpp>
+
+void print(lua_State *L, const char *s);
+
+#endif