TinyMUSH 3.3
TinyMUSH Server
|
multiguest code originally ported from DarkZone More...
#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <string.h>
Typedefs | |
typedef int | object_flag_type |
Functions | |
dbref | create_guest (int num) |
void | destroy_guest (dbref guest) |
char * | make_guest (DESC *d) |
multiguest code originally ported from DarkZone