MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // 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 |