/**********************************************************************
This file is part of Crack dot Com's free source code release of
Golgotha.
for
information about compiling & licensing issues visit this URL
If that doesn't help, contact Jonathan Clark at
golgotha_source@usa.net (Subject should have "GOLG" in it)
***********************************************************************/
#ifndef M1_ID_HH
#define M1_ID_HH
enum {
M1_COPY_UPDATE,
M1_LCOPY,
M1_NEXT,
M1_LAST,
M1_RECENTER,
M1_QUIT,
M1_AXIS,
M1_WIREFRAME_MESSAGE,
M1_SET_PLAYER_NUMBER = 0x1000 };
#endif