diff ppe/Property.h @ 22:958a55ce0d98

add new files.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 18 Oct 2010 02:55:17 +0900
parents
children a131729d6e4d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ppe/Property.h	Mon Oct 18 02:55:17 2010 +0900
@@ -0,0 +1,21 @@
+#ifndef INCLUDED_TASK_HELLO
+#define INCLUDED_TASK_HELLO
+
+#ifndef INCLUDED_SCHED_TASK
+#  include "SchedTask.h"
+#endif
+
+typedef struct {
+  double x, y; //16
+  double vx, vy; //16
+  int frame; //4
+  const char *chara; //1
+  int vital; //4
+  int score; //4
+  void *parent; //4
+  void *root; //4
+  int flag; //4
+  char a, i, u; //3
+} *ObjPropertyPtr, ObjProperty;
+
+#endif