aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/GuiLua/GuiLua.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index c0fa9c7..3548a44 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -1,3 +1,11 @@
1#ifndef _GUILUA_H_
2#define _GUILUA_H_
3
4
5#include "Runnr.h"
6#include "winFang.h"
7
8
1#define WIDTH (300) 9#define WIDTH (300)
2#define HEIGHT (300) 10#define HEIGHT (300)
3 11
@@ -19,3 +27,5 @@ typedef struct _GuiLua
19} GuiLua; 27} GuiLua;
20 28
21GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent); 29GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent);
30
31#endif