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.physical.h,v 1.1.1.1 2005/01/11 21:18:21 kstevens Exp $
 *
 * Author: Cord Awtry <kipsta@mediaone.net>
 *
 *  Copyright (c) 2001 Cord Awtry
 *       All rights reserved
 *
 * Created: Mon Apr 2 8:00:00 2001 spectre
 */

#ifndef MECH_PHYSICAL_H
#define MECH_PHYSICAL_H

/* mech.physical.h */
#define PA_PUNCH 1
#define PA_CLUB  2
#define PA_KICK  3
#define PA_AXE   4
#define PA_SWORD 5
#define PA_MACE  6

#define P_LEFT  1
#define P_RIGHT 2

#endif				/* MECH_PHYSICAL_H */