blob: 76d96cfa6674a469ab805d6b88f6922ba077874c [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001/*
2 * QUEST_ITEMS.H -- identifies quest items
3 *
4 * $Log: quest_items.h,v $
5 * Revision 1.1 2003/12/30 12:41:14 Vanion
6 * Initial revision
7 *
8 * Revision 1.0 1997/01/20 15:33:47 mud
9 * Initial revision
10 *
11 */
12
13#ifndef ___QUEST_ITEMS_H__
14#define ___QUEST_ITEMS_H__
15
16#define P_QUEST_ITEM "quest_item"
17
18#endif // __QUEST_ITEMS_H__