comparison ppe/Property.h @ 24:a131729d6e4d

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 24 Nov 2010 19:24:04 +0900
parents 958a55ce0d98
children
comparison
equal deleted inserted replaced
23:3fb8a6a34e24 24:a131729d6e4d
4 #ifndef INCLUDED_SCHED_TASK 4 #ifndef INCLUDED_SCHED_TASK
5 # include "SchedTask.h" 5 # include "SchedTask.h"
6 #endif 6 #endif
7 7
8 typedef struct { 8 typedef struct {
9 double x, y; //16 9 float x, y;
10 double vx, vy; //16 10 float vx, vy;
11 int frame; //4 11 float width, height;
12 const char *chara; //1 12 float mid_w, mid_h;
13 int vital; //4 13 int frame;
14 int score; //4 14 const char *chara;
15 void *parent; //4 15 int vital;
16 void *root; //4 16 int score;
17 int flag; //4 17 void *parent;
18 char a, i, u; //3 18 void *root;
19 int flag;
19 } *ObjPropertyPtr, ObjProperty; 20 } *ObjPropertyPtr, ObjProperty;
20 21
21 #endif 22 #endif