From 0e87ee7a5e36799b0693cca3283e9464340b14b9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 27 May 2014 05:33:43 +1000 Subject: Last part of switching the sim over to the new specs. --- src/libraries/love.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/libraries/love.h') diff --git a/src/libraries/love.h b/src/libraries/love.h index f75d5e7..cbd4c80 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h @@ -132,9 +132,10 @@ typedef struct _stuffs //type union { - Mesh *mesh; - script *scrip; // Not a typo, C++ is fussy about reusing names like this. - void *other; + Eina_Inarray stuffs; // Stuffs in the sim + Mesh *mesh; + script *scrip; // Not a typo, C++ is fussy about reusing names like this. + void *other; } details; } Stuffs; -- cgit v1.1