From 205c2b6eaa23c04691f92ad0d60407f98eed766b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 20:43:02 +1000 Subject: Clean up include files. --- src/GuiLua/GuiLua.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/GuiLua/GuiLua.h') 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 @@ +#ifndef _GUILUA_H_ +#define _GUILUA_H_ + + +#include "Runnr.h" +#include "winFang.h" + + #define WIDTH (300) #define HEIGHT (300) @@ -19,3 +27,5 @@ typedef struct _GuiLua } GuiLua; GuiLua *GuiLuaDo(int argc, char **argv, Evas_Object *parent); + +#endif -- cgit v1.1