comparison spe/Move00.h @ 7:c015109a6041

schedule add. 10% done.
author tkaito
date Tue, 29 Jun 2010 04:25:32 +0900
parents
children
comparison
equal deleted inserted replaced
6:661ec1e92042 7:c015109a6041
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