comparison dandy.h @ 14:e95c5c280f47

task_dandy test version.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 06 Aug 2010 22:47:05 +0900
parents 8c7a2e7cb9e0
children 632ce41a842a
comparison
equal deleted inserted replaced
13:401cd8a186e9 14:e95c5c280f47
21 double vx, vy; //8? 21 double vx, vy; //8?
22 int frame; //4 22 int frame; //4
23 const char *chara; 23 const char *chara;
24 int vital; //4 24 int vital; //4
25 int score; //4 25 int score; //4
26 int a;
26 void *parent; 27 void *parent;
27 void *root; 28 void *root;
28 int flag; 29 int flag;
29 30
30 } *ObjPropertyPtr, ObjProperty; 31 } *ObjPropertyPtr, ObjProperty;