id.hh 702 B

1234567891011121314151617181920212223242526
  1. /********************************************************************** <BR>
  2. This file is part of Crack dot Com's free source code release of
  3. Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
  4. information about compiling & licensing issues visit this URL</a>
  5. <PRE> If that doesn't help, contact Jonathan Clark at
  6. golgotha_source@usa.net (Subject should have "GOLG" in it)
  7. ***********************************************************************/
  8. #ifndef M1_ID_HH
  9. #define M1_ID_HH
  10. enum {
  11. M1_COPY_UPDATE,
  12. M1_LCOPY,
  13. M1_NEXT,
  14. M1_LAST,
  15. M1_RECENTER,
  16. M1_QUIT,
  17. M1_AXIS,
  18. M1_WIREFRAME_MESSAGE,
  19. M1_SET_PLAYER_NUMBER = 0x1000 };
  20. #endif