Mercurial > hg > Members > koba > t_dandy
view 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 source
// Create Type (for collision_task and state_task) enum { Boms, Tama, Enemy, Def, DefEx, Put, PutEx }; //Collision Type (for collision_task) enum { NO, JIKI, TAMALV1, TAMALV2, TAMALV3, LASERLV1, LASERLV2, LASERLV3 };