Mercurial > hg > Members > koba > t_dandy
annotate 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 |
rev | line source |
---|---|
53 | 1 // Create Type (for collision_task and state_task) |
31 | 2 enum { |
37 | 3 Boms, |
31 | 4 Tama, |
5 Enemy, | |
33 | 6 Def, |
7 DefEx, | |
8 Put, | |
53 | 9 PutEx |
31 | 10 }; |
53 | 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 }; |