summaryrefslogtreecommitdiff
path: root/scripting/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/test.h')
-rw-r--r--scripting/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/test.h b/scripting/test.h
index 48f560e..7ff5719 100644
--- a/scripting/test.h
+++ b/scripting/test.h
@@ -4,5 +4,6 @@
#include <lua.hpp>
void print(lua_State *L, const char *s);
+void say(lua_State *L, const char *s);
#endif