00001 00002 /* 00003 * $Id: mech.physical.h,v 1.1.1.1 2005/01/11 21:18:21 kstevens Exp $ 00004 * 00005 * Author: Cord Awtry <kipsta@mediaone.net> 00006 * 00007 * Copyright (c) 2001 Cord Awtry 00008 * All rights reserved 00009 * 00010 * Created: Mon Apr 2 8:00:00 2001 spectre 00011 */ 00012 00013 #ifndef MECH_PHYSICAL_H 00014 #define MECH_PHYSICAL_H 00015 00016 /* mech.physical.h */ 00017 #define PA_PUNCH 1 00018 #define PA_CLUB 2 00019 #define PA_KICK 3 00020 #define PA_AXE 4 00021 #define PA_SWORD 5 00022 #define PA_MACE 6 00023 #define PA_TRIP 7 00024 #define PA_SAW 8 00025 00026 #define P_LEFT 1 00027 #define P_RIGHT 2 00028 00029 #endif /* MECH_PHYSICAL_H */