summaryrefslogtreecommitdiffstats
path: root/src/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport.h')
-rw-r--r--src/viewport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewport.h b/src/viewport.h
index 7cdc729..19ae57e 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -20,6 +20,7 @@
#define VIEWPORT_H
#include <SDL.h>
+#include <lua.h>
struct viewport {
Sint16 x;
@@ -30,5 +31,6 @@ struct viewport {
};
struct viewport *init_viewport(Uint16 width, Uint16 height, int bpp);
+int init_viewport_lua(lua_State *L);
#endif