diff ObjectType.h @ 53:b31bed246abd

fix code and add log.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 25 Jan 2011 17:43:30 +0900
parents 6989f8cb0259
children
line wrap: on
line diff
--- a/ObjectType.h	Sun Jan 23 19:01:34 2011 +0900
+++ b/ObjectType.h	Tue Jan 25 17:43:30 2011 +0900
@@ -1,3 +1,4 @@
+// Create Type (for collision_task and state_task)
 enum {
   Boms,
   Tama,
@@ -5,5 +6,17 @@
   Def,
   DefEx,
   Put,
-  PutEx,
+  PutEx
 };
+
+//Collision Type (for collision_task)
+enum {
+  NO,
+  JIKI,
+  TAMALV1,
+  TAMALV2,
+  TAMALV3,
+  LASERLV1,
+  LASERLV2,
+  LASERLV3
+};