Mercurial > hg > Members > koba > t_dandy
view ObjectType.h @ 64:07bc996c8e49
fix t_dandy on ps3.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 11 Feb 2011 18:20:30 +0900 |
parents | b31bed246abd |
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 };