diff spe/Move00.h @ 7:c015109a6041

schedule add. 10% done.
author tkaito
date Tue, 29 Jun 2010 04:25:32 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spe/Move00.h	Tue Jun 29 04:25:32 2010 +0900
@@ -0,0 +1,29 @@
+#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