aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 9f55e2a..f6a5fad 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -49,6 +49,17 @@ typedef enum
49 49
50typedef struct 50typedef struct
51{ 51{
52 char SID[PATH_MAX];
53 char fileName[PATH_MAX];
54 struct timeval startTime;
55 float compileTime;
56 int bugs, warnings;
57 boolean running;
58
59} script;
60
61typedef struct
62{
52 Ecore_Evas *ee; // Our window. 63 Ecore_Evas *ee; // Our window.
53 Evas *canvas; // The canvas for drawing directly onto. 64 Evas *canvas; // The canvas for drawing directly onto.
54 Evas_Object *bg; // Our background edje, also the game specific stuff. 65 Evas_Object *bg; // Our background edje, also the game specific stuff.