aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
blob: a4a127327b3a50462bbd5519c2a675222f022310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "SledjHamr.h"
#include "LumbrJack.h"
#include "Runnr.h"
#include "winFang.h"


#define WIDTH  (300)
#define HEIGHT (300)

#define SKANG		"skang"
#define MODULEBEGIN	"moduleBegin"
#define MODULEEND	"moduleEnd"
#define THINGASM	"thingasm"


void GuiLuaDo(int argc, char **argv, Eina_Bool mainloop);