btmux-0.6-rc3/doc/
btmux-0.6-rc3/event/
btmux-0.6-rc3/game/
btmux-0.6-rc3/game/maps/
btmux-0.6-rc3/game/mechs/
btmux-0.6-rc3/include/
btmux-0.6-rc3/misc/
btmux-0.6-rc3/python/
btmux-0.6-rc3/src/hcode/btech/
btmux-0.6-rc3/tree/
/*
 * $Id: mech.notify.h,v 1.1.1.1 2005/01/11 21:18:20 kstevens Exp $
 *
 * Author: Markus Stenberg <fingon@iki.fi>
 *
 *  Copyright (c) 1996 Markus Stenberg
 *  Copyright (c) 1998-2002 Thomas Wouters
 *  Copyright (c) 2000-2002 Cord Awtry
 *       All rights reserved
 *
 * Created: Sat Aug 31 17:44:51 1996 fingon
 * Last modified: Sat Jun  6 19:53:57 1998 fingon
 *
 */

#ifndef MECH_NOTIFY_H
#define MECH_NOTIFY_H

#include "mech.h"
#include "db.h"

#define MECHPILOT 0
#define MECHSTARTED 1
#define MECHALL 2

#define cch(c) ccheck(player, mech, (c))
#define ccheck(a,b,c) if (!common_checks((a), (b), (c))) return

#include "p.mech.notify.h"

#endif				/* MECH_NOTIFY_H */