X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.h;h=77d8bcb0c1562a09ccb3676fe7420fad37ca7e59;hp=dfb3035851143fdc30002f69e729c1b4bcbe00df;hb=3f2bccb78ab4cd59654d521c8aedfe5512ee6608;hpb=090bda1c00a18b3f616e734090ba456a461879a1 diff --git a/object.h b/object.h index dfb3035..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__ +