00001 /* 00002 * wire.h -- part of wire.mod 00003 * 00004 * $Id: wire.h,v 1.16 2011/02/13 14:19:34 simple Exp $ 00005 */ 00006 /* 00007 * Copyright (C) 1999 - 2011 Eggheads Development Team 00008 * 00009 * This program is free software; you can redistribute it and/or 00010 * modify it under the terms of the GNU General Public License 00011 * as published by the Free Software Foundation; either version 2 00012 * of the License, or (at your option) any later version. 00013 * 00014 * This program is distributed in the hope that it will be useful, 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 * GNU General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with this program; if not, write to the Free Software 00021 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00022 */ 00023 00024 #ifndef _EGG_MOD_WIRE_WIRE_H 00025 #define _EGG_MOD_WIRE_WIRE_H 00026 00027 #define WIRE_IDLE MISC_IDLE 00028 #define WIRE_AWAY MISC_AWAY 00029 #define WIRE_NOTONWIRE get_language(0xa000) 00030 #define WIRE_CURRENTLYON get_language(0xa001) 00031 #define WIRE_NOLONGERWIRED get_language(0xa002) 00032 #define WIRE_CHANGINGKEY get_language(0xa003) 00033 #define WIRE_INFO1 get_language(0xa004) 00034 #define WIRE_INFO2 get_language(0xa005) 00035 #define WIRE_INFO3 get_language(0xa006) 00036 #define WIRE_JOINED get_language(0xa007) 00037 #define WIRE_LEFT get_language(0xa008) 00038 #define WIRE_UNLOAD get_language(0xa009) 00039 00040 #endif /* _EGG_MOD_WIRE_WIRE_H */