add convenience typedef for shelf del event struct

SVN revision: 75372
This commit is contained in:
Mike Blumenkrantz 2012-08-17 08:24:51 +00:00
parent e63f8c7f4d
commit 2580a8e278
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ typedef struct E_Event_Shelf
} E_Event_Shelf;
typedef struct E_Event_Shelf E_Event_Shelf_Add;
typedef struct E_Event_Shelf E_Event_Shelf_Del;
EAPI extern int E_EVENT_SHELF_ADD;
EAPI extern int E_EVENT_SHELF_DEL;