blob: 94909ebf8faf71b09690681b6a78284c29e9228d [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// inpc/boozing.h -- Intelligent Saufen
4//
5// $Id: boozing.h,v 1.2 1997/02/12 13:17:14 Wargon Exp $
6
7#ifndef __INPC_BOOZING_H__
8#define __INPC_BOOZING_H__
9
10#define P_I_HATE_ALCOHOL "i_hate_alcohol"
11
12#endif
13
14#ifdef NEED_PROTOTYPES
15#ifndef __INPC_BOOZING_PROTO__
16#define __INPC_BOOZING_PROTO__
17
18int Drink();
19void DrinkLoop();
20
21#endif
22#endif