aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/love.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-27 05:33:43 +1000
committerDavid Walter Seikel2014-05-27 05:33:43 +1000
commit0e87ee7a5e36799b0693cca3283e9464340b14b9 (patch)
tree53659ca7678587901ce159788b586c51e4bc92a1 /src/libraries/love.h
parentPart one of changing the test sim to match the new specs. (diff)
downloadSledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.zip
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.gz
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.bz2
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.xz
Last part of switching the sim over to the new specs.
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