00001 00002 /* 00003 * $Id: mine.h,v 1.1.1.1 2005/01/11 21:18:29 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: Tue Oct 22 18:32:22 1996 fingon 00013 * Last modified: Tue Oct 21 18:35:36 1997 fingon 00014 * 00015 */ 00016 00017 #ifndef MINE_H 00018 #define MINE_H 00019 00020 #define MINE_LOW 1 00021 #define MINE_HIGH 5 00022 #define MINE_STANDARD 1 00023 #define MINE_INFERNO 2 00024 #define MINE_COMMAND 3 00025 #define MINE_VIBRA 4 00026 #define MINE_TRIGGER 5 /* Same as vibra, except shows _no_ message, 00027 and doesn't get destroyed */ 00028 #define VIBRO(a) (a == MINE_VIBRA || a == MINE_TRIGGER) 00029 00030 #endif /* MINE_H */