Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

msgids.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------- //
00002 //
00003 // MODULE  : msgids.h
00004 //
00005 // PURPOSE : Messages IDs - Definition
00006 //
00007 // CREATED : 12/10/00
00008 //
00009 // (c) 2000 LithTech, Inc.  All Rights Reserved
00010 //
00011 // ----------------------------------------------------------------------- //
00012 
00013 
00014 #ifndef __MSG_IDS__
00015 #define __MSG_IDS__
00016 
00017 
00018 enum EMessageID
00019 {
00020     MSG_STARTPOINT_ROT              = 1,    // server->client
00021 
00022     MSG_TRIGGER_ENTER               = 2,    // object
00023     MSG_TRIGGER_EXIT                = 3,    // object
00024 
00025     MSG_DRUM_HIT                    = 4,    // Jam-O-Drum drum hit
00026 
00027     MSG_MUSICBOX_BEAT               = 10,   // MusicBox beat event
00028     MSG_MUSICBOX_BEAT_DELTA         = 11,   // MusicBox beat changed event
00029 
00030     MSG_CHANGE_HEURISTIC            = 20,   // Change simulation heuristic
00031 
00032     MSG_ATTRACT                     = 30,   // Attract mode
00033 };
00034 
00035 
00036 #endif  // __MSG_IDS__

Generated on Mon Mar 4 08:42:23 2002 for Aria by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002