diff property.h @ 30:427e1aac0bd7

not run.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Dec 2010 15:50:44 +0900
parents ee4c488d48a3
children ccb8d9956a1e
line wrap: on
line diff
--- a/property.h	Tue Dec 28 16:22:22 2010 +0900
+++ b/property.h	Fri Dec 31 15:50:44 2010 +0900
@@ -27,9 +27,24 @@
 
 typedef struct TamaContainer {
   bool flag;
+  int type;
 
-  int type;
+  int tama_type;
   float x, y;
 } TamaContainer, *TamaContainerPtr;
 
+typedef struct ObjContainer {
+  bool flag;
+  int type;
+
+  int tama_type;
+  int number;
+  float x, y;
+  float w, h;
+  int color;
+  float angle;
+  short middlex, middley;
+  float scalex, scaley;
+} ObjContainer, *ObjContainerPtr;
+
 #endif