// MorgenGrauen MUDlib | |
// | |
// inpc.h -- Headerfile fuer intelligente NPCs | |
// | |
// $Id: inpc.h,v 3.4 2003/08/06 19:06:11 Vanion Exp $ | |
#ifndef __INPC_H__ | |
#define __INPC_H__ | |
#include "/sys/inpc/select.h" | |
#include "/sys/inpc/eval.h" | |
#include "/sys/inpc/walking.h" | |
#include "/sys/inpc/boozing.h" | |
#endif |