comparison ppe/TitleColl.h @ 1:7dc2d920fc7c

local update. xml,image, blender add. ppe/move, ppe/coll add.
author tkaito
date Tue, 15 Jun 2010 11:14:36 +0900
parents
children
comparison
equal deleted inserted replaced
0:e66ea5014aa1 1:7dc2d920fc7c
1 #ifndef INCLUDED_TASK_HELLO
2 #define INCLUDED_TASK_HELLO
3
4 #ifndef INCLUDED_SCHED_TASK
5 # include "SchedTask.h"
6 #endif
7 /*
8 class Twice : public SchedTask {
9 public:
10 SchedConstructor(Twice);
11
12 int run(void *r, void *w);
13 };
14 */
15
16 typedef struct {
17 double x, y;
18 double vx, vy;
19 const char *chara;
20 int vital;
21 int score;
22 int remove;
23 void *parent;
24 void *root;
25
26 } *ObjPropertyPtr, ObjProperty;
27
28
29 #endif