From 693440574b11316222f107743a90cdbf2936eb18 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 24 Feb 2012 04:40:00 +1000 Subject: Implement llSetScriptState(). --- LuaSL/src/LuaSL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index ae0c26f..f03b885 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h @@ -54,7 +54,7 @@ typedef struct Evas_Object *bg; // Our background edje, also the game specific stuff. Evas_Object *edje; // The edje of the background. Ecore_Con_Server *server; - Eina_Hash *scripts; + Eina_Hash *scripts, *names; int logDom; const char *address; int port; -- cgit v1.1