diff ppe/TitleMove.h @ 19:632ce41a842a

testing game task with pad's input
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 26 Aug 2010 03:37:36 +0900
parents ccc811ee5f55
children
line wrap: on
line diff
--- a/ppe/TitleMove.h	Mon Aug 09 01:22:53 2010 +0900
+++ b/ppe/TitleMove.h	Thu Aug 26 03:37:36 2010 +0900
@@ -14,17 +14,16 @@
  */
 
 typedef struct {
-  double x, y;
-  double vx, vy;
-  int frame;
+  double x, y; //8?
+  double vx, vy; //8?
+  int frame; //4
   const char *chara;
-  int vital;
-  int score;
-  int remove;
-  void *parent;
+  int vital; //4
+  int score; //4
+  void *parent; 
   void *root;
+  int flag;
   
 } *ObjPropertyPtr, ObjProperty;
 
-
 #endif