version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.19 2001/04/06 00:44:50 michtoen Exp $"; | | * "$Id: object.c,v 1.20 2001/04/06 19:07:43 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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> | | #include <global.h> |
#ifndef WIN32 // ---win32 exclude headers | | #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> |
#endif // win32 | | #endif /* win32 */ |
#include <object.h> | | #include <object.h> |
#include <funcpoint.h> | | #include <funcpoint.h> |
#include <skills.h> | | #include <skills.h> |