summaryrefslogtreecommitdiffstats
path: root/src/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/script.h b/src/script.h
index 662c8ea..5362a8b 100644
--- a/src/script.h
+++ b/src/script.h
@@ -19,14 +19,8 @@
#ifndef SCRIPT_H
#define SCRIPT_H
-#include <lua.h>
+#include "resources/script.h"
-struct script {
- const char *path;
- lua_State *lua_state;
-};
-
-struct script *script_load(const char *path);
void script_call(struct script *s, const char *func);
#endif