blob: 0ffced9edf3c7f213e021c2b0e424b3552940952 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// inpc.h -- Headerfile fuer intelligente NPCs
4//
5// $Id: inpc.h,v 3.4 2003/08/06 19:06:11 Vanion Exp $
6
7#ifndef __INPC_H__
8#define __INPC_H__
9
10#include "/sys/inpc/select.h"
11#include "/sys/inpc/eval.h"
12#include "/sys/inpc/walking.h"
13#include "/sys/inpc/boozing.h"
14
15#endif