From dd009ccdfd62f9153dbc72f5f5de5d5f72979690 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 22 Apr 2014 15:13:38 +1000 Subject: Move all source into the new src directory, and shuffle a few other things around. --- ClientHamr/GuiLua/GuiLua.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 ClientHamr/GuiLua/GuiLua.h (limited to 'ClientHamr/GuiLua/GuiLua.h') diff --git a/ClientHamr/GuiLua/GuiLua.h b/ClientHamr/GuiLua/GuiLua.h deleted file mode 100644 index 156fa1a..0000000 --- a/ClientHamr/GuiLua/GuiLua.h +++ /dev/null @@ -1,35 +0,0 @@ - -#include -#include - -#include - -#include -#include -#include -#include - -#include "LumbrJack.h" -#include "Runnr.h" - -typedef struct _globals globals; - - -#define WIDTH (300) -#define HEIGHT (300) - -#define SKANG "skang" -#define MODULEBEGIN "moduleBegin" -#define MODULEEND "moduleEnd" -#define THINGASM "thingasm" - - -struct _globals -{ - Evas_Object *win; // Our Elm window. - int logDom; // Our logging domain. -}; - - -int luaopen_widget(lua_State *L); -void GuiLuaDo(int argc, char **argv); -- cgit v1.1