comparison 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
comparison
equal deleted inserted replaced
52:150e832193fe 53:b31bed246abd
1 // Create Type (for collision_task and state_task)
1 enum { 2 enum {
2 Boms, 3 Boms,
3 Tama, 4 Tama,
4 Enemy, 5 Enemy,
5 Def, 6 Def,
6 DefEx, 7 DefEx,
7 Put, 8 Put,
8 PutEx, 9 PutEx
9 }; 10 };
11
12 //Collision Type (for collision_task)
13 enum {
14 NO,
15 JIKI,
16 TAMALV1,
17 TAMALV2,
18 TAMALV3,
19 LASERLV1,
20 LASERLV2,
21 LASERLV3
22 };