home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / demos / mfighter / build / messages.h < prev    next >
Encoding:
Text File  |  1994-11-11  |  113 b   |  5 lines

  1. const int GOT_PUNCHED = 1;
  2. const int GOT_KICKED = 2;
  3. const int ATTACK_BLOCKED = 3;
  4. const int GAME_OVER = 4;
  5.