MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // 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 | |||||
18 | int Drink(); | ||||
19 | void DrinkLoop(); | ||||
20 | |||||
21 | #endif | ||||
22 | #endif |