[DGD]Include for all objects
Tim Vernum
tpv at acay.com.au
Tue May 22 05:18:23 CEST 2001
>Where should i put a #include <file.h> to be included by default in all
>the objects in the mud??
In the driver config file there is a line that specifies the default include
file.
Usually it is <std.h>
You can either:
Change it to be <file.h> (but you probably don't want to)
Or Put #include <file.h> inside <std.h>
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list