From d6104c410dfa3607ab044e16faa80e8be8bda979 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 14 Jan 2013 04:11:14 +1000 Subject: Add viewers list. --- ClientHamr/extantz/extantz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ClientHamr/extantz/extantz.h') diff --git a/ClientHamr/extantz/extantz.h b/ClientHamr/extantz/extantz.h index fdcb6b5..c234e81 100644 --- a/ClientHamr/extantz/extantz.h +++ b/ClientHamr/extantz/extantz.h @@ -48,6 +48,7 @@ typedef struct char *icon; uint16_t tag; // The UUID of the texture used in the avatar bake hack. uint8_t r, g, b; // Colour used for the in world tag. + Elm_Object_Item *item; } ezViewer; typedef struct -- cgit v1.1