view ObjectType.h @ 59:cd05eee90279

fix code.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Feb 2011 03:31:18 +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
};