/*
* console.h -- part of console.mod
*
* $Id: console.h,v 1.9 2006-03-28 02:35:50 wcc Exp $
*/
/*
* Copyright (C) 2000 - 2006 Eggheads Development Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef _EGG_MOD_CONSOLE_CONSOLE_H
#define _EGG_MOD_CONSOLE_CONSOLE_H
#define CONSOLE_SAVED_SETTINGS get_language(0xb040)
#define CONSOLE_SAVED_SETTINGS2 get_language(0xb041)
#define CONSOLE_CHANNEL get_language(0xb042)
#define CONSOLE_FLAGS get_language(0xb043)
#define CONSOLE_STRIPFLAGS get_language(0xb044)
#define CONSOLE_ECHO get_language(0xb045)
#define CONSOLE_PAGE_SETTING get_language(0xb046)
#define CONSOLE_CHANNEL2 get_language(0xb047)
#define CONSOLE_YES get_language(0xb048)
#define CONSOLE_NO get_language(0xb049)
#endif /* _EGG_MOD_CONSOLE_CONSOLE_H */
syntax highlighted by Code2HTML, v. 0.9.1