view ppe/TitleMove.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 ccc811ee5f55
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