comparison ppe/Property.h @ 22:958a55ce0d98

add new files.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 18 Oct 2010 02:55:17 +0900
parents
children a131729d6e4d
comparison
equal deleted inserted replaced
21:fd9deaa67de9 22:958a55ce0d98
1 #ifndef INCLUDED_TASK_HELLO
2 #define INCLUDED_TASK_HELLO
3
4 #ifndef INCLUDED_SCHED_TASK
5 # include "SchedTask.h"
6 #endif
7
8 typedef struct {
9 double x, y; //16
10 double vx, vy; //16
11 int frame; //4
12 const char *chara; //1
13 int vital; //4
14 int score; //4
15 void *parent; //4
16 void *root; //4
17 int flag; //4
18 char a, i, u; //3
19 } *ObjPropertyPtr, ObjProperty;
20
21 #endif