// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/help_tool.h
// Description: Header-File fuer /apps/help_tool.c und 
//                               /obj/enzyclopedia.c
// Author:	Freaky
//
// $Log: help_tool.h,v $
// Revision 1.1  2010-08-28 17:40:33  sorcerer
// Umzug von /apps hierher
//
//

#ifndef __HELP_TOOL_H__
#define __HELP_TOOL_H__

#define HELP_TOOL "/apps/help_tool"

#define M_SIZE 4
#define M_STATUS 0
#define M_TEXT 1
#define M_STATUS_ZEILE 2
#define M_MAX_MENUE 3

#define S_SIZE 2
#define S_MENUE 0
#define S_LINE 1

#endif // __HELP_TOOL_H__

