comparison ppe/TitleMove.h @ 19:632ce41a842a

testing game task with pad's input
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 26 Aug 2010 03:37:36 +0900
parents ccc811ee5f55
children
comparison
equal deleted inserted replaced
18:2c188b2becec 19:632ce41a842a
12 int run(void *r, void *w); 12 int run(void *r, void *w);
13 }; 13 };
14 */ 14 */
15 15
16 typedef struct { 16 typedef struct {
17 double x, y; 17 double x, y; //8?
18 double vx, vy; 18 double vx, vy; //8?
19 int frame; 19 int frame; //4
20 const char *chara; 20 const char *chara;
21 int vital; 21 int vital; //4
22 int score; 22 int score; //4
23 int remove; 23 void *parent;
24 void *parent;
25 void *root; 24 void *root;
25 int flag;
26 26
27 } *ObjPropertyPtr, ObjProperty; 27 } *ObjPropertyPtr, ObjProperty;
28 28
29
30 #endif 29 #endif