version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.18 2001/03/29 07:46:49 mwedel Exp $"; | | * "$Id: object.c,v 1.19 2001/04/06 00:44:50 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects. | | /* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects. |
sub/add_weight will transcend the environment updating the carrying | | sub/add_weight will transcend the environment updating the carrying |
variable. */ | | variable. */ |
| | #include <global.h> |
| | #ifndef WIN32 // ---win32 exclude headers |
#include <stdio.h> | | #include <stdio.h> |
#include <sys/types.h> | | #include <sys/types.h> |
#include <sys/uio.h> | | #include <sys/uio.h> |
#include <global.h> | | #endif // win32 |
#include <object.h> | | #include <object.h> |
#include <funcpoint.h> | | #include <funcpoint.h> |
#include <skills.h> | | #include <skills.h> |