view ppe/Property.h @ 24:a131729d6e4d

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 24 Nov 2010 19:24:04 +0900
parents 958a55ce0d98
children
line wrap: on
line source

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif

typedef struct {
  float x, y;
  float vx, vy;
  float width, height;
  float mid_w, mid_h;
  int frame;
  const char *chara;
  int vital;
  int score;
  void *parent;
  void *root;
  int flag;
} *ObjPropertyPtr, ObjProperty;

#endif