blob: 94909ebf8faf71b09690681b6a78284c29e9228d [file] [log] [blame]
// MorgenGrauen MUDlib
//
// inpc/boozing.h -- Intelligent Saufen
//
// $Id: boozing.h,v 1.2 1997/02/12 13:17:14 Wargon Exp $
#ifndef __INPC_BOOZING_H__
#define __INPC_BOOZING_H__
#define P_I_HATE_ALCOHOL "i_hate_alcohol"
#endif
#ifdef NEED_PROTOTYPES
#ifndef __INPC_BOOZING_PROTO__
#define __INPC_BOOZING_PROTO__
int Drink();
void DrinkLoop();
#endif
#endif