X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.h;h=77d8bcb0c1562a09ccb3676fe7420fad37ca7e59;hp=01f4dadd2f1fcccb3bdefc3cfc72053d1c0db55f;hb=a48737de123e304866212f5382d6fa4174d496a0;hpb=75cce0d9eb190f6094f66ae283b5981af25e5a57 diff --git a/object.h b/object.h index 01f4dad..77d8bcb 100644 --- a/object.h +++ b/object.h @@ -9,14 +9,14 @@ #ifndef __OBJECT_H__ #define __OBJECT_H__ -#include "rmac.h" +// Size of BSD header +#define BSDHDRSIZE 0x20 -#define BSDHDRSIZE 0x20 // Size of BSD header +// Globals, externals, etc. +extern char * objImage; -// Globals, externals etc -extern char *objimage; - -// Prototypes -int object(WORD); +// Exported functions +int WriteObject(int); #endif // __OBJECT_H__ +