aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/love.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/love.h')
-rw-r--r--src/libraries/love.h7
1 files changed, 4 insertions, 3 deletions
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
132 //type 132 //type
133 union 133 union
134 { 134 {
135 Mesh *mesh; 135 Eina_Inarray stuffs; // Stuffs in the sim
136 script *scrip; // Not a typo, C++ is fussy about reusing names like this. 136 Mesh *mesh;
137 void *other; 137 script *scrip; // Not a typo, C++ is fussy about reusing names like this.
138 void *other;
138 } details; 139 } details;
139} Stuffs; 140} Stuffs;
140 141