Mercurial > hg > Members > tkaito > task_dandy
view spe/TitleColl.h @ 25:aa37f220b7a8
add new files, not working.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 24 Nov 2010 19:24:43 +0900 |
parents | c015109a6041 |
children |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif /* class Twice : public SchedTask { public: SchedConstructor(Twice); int run(void *r, void *w); }; */ typedef struct { double x, y; double vx, vy; const char *chara; int vital; int score; int remove; void *parent; void *root; } *ObjPropertyPtr, ObjProperty; #endif