From 3ce55cc1d5e3269af2102935cba67265cc068336 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 03:02:00 +1000 Subject: Implement llSetTimerEvent(), though it wont work so well until the events system is in place at the Lua end. --- LuaSL/src/LuaSL.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index 6d495fa..ae0c26f 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h @@ -66,11 +66,12 @@ typedef struct char SID[PATH_MAX]; char fileName[PATH_MAX]; struct timeval startTime; - float compileTime; + float compileTime, timerTime; int bugs, warnings; boolean running; gameGlobals *game; Ecore_Con_Client *client; + Ecore_Timer *timer; } script; typedef struct -- cgit v1.1