summaryrefslogtreecommitdiff
path: root/src/include/data_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_game.h')
-rw-r--r--src/include/data_game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/data_game.h b/src/include/data_game.h
index b89986d..c3d4266 100644
--- a/src/include/data_game.h
+++ b/src/include/data_game.h
@@ -11,6 +11,9 @@ typedef struct {
int animate; /* Is currently animating ? */
int x,y;
int absolute; /* 0 if level-based coords, 1 if camera-based */
+ int onhovercursorid;
+ void (*onmousebuttonevent_proc)(Uint8 button, Uint8 state, void *userptr);
+
} renderItem_t;
typedef struct {