aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
blob: 4ea782e1fa0ab90a8bfced55dc9401bac4c5831b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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"


typedef struct _globals
{
  winFang	*win;
  int		logDom;		// Our logging domain.
} globals;


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