00001 00002 /* 00003 * $Id: mech.notify.h,v 1.1.1.1 2005/01/11 21:18:20 kstevens Exp $ 00004 * 00005 * Author: Markus Stenberg <fingon@iki.fi> 00006 * 00007 * Copyright (c) 1996 Markus Stenberg 00008 * Copyright (c) 1998-2002 Thomas Wouters 00009 * Copyright (c) 2000-2002 Cord Awtry 00010 * All rights reserved 00011 * 00012 * Created: Sat Aug 31 17:44:51 1996 fingon 00013 * Last modified: Sat Jun 6 19:53:57 1998 fingon 00014 * 00015 */ 00016 00017 #ifndef MECH_NOTIFY_H 00018 #define MECH_NOTIFY_H 00019 00020 #include "mech.h" 00021 #include "db.h" 00022 00023 #define MECHPILOT 0 00024 #define MECHSTARTED 1 00025 #define MECHALL 2 00026 00027 #define cch(c) ccheck(player, mech, (c)) 00028 #define ccheck(a,b,c) if (!common_checks((a), (b), (c))) return 00029 00030 #include "p.mech.notify.h" 00031 00032 #endif /* MECH_NOTIFY_H */