This commit is contained in:
Charles 2001-06-30 15:39:43 +00:00
parent e1ff8eb3c6
commit eef4e8dc39
16 changed files with 64 additions and 99 deletions

View file

@ -8,6 +8,7 @@
enum GAME_EVENT
{
PROJECTILE_RETURNED_TO_SOURCE_EVENT,
BOSS_FOUND_EVENT,
};
#endif