X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.h;h=dfb3035851143fdc30002f69e729c1b4bcbe00df;hp=01f4dadd2f1fcccb3bdefc3cfc72053d1c0db55f;hb=3385b366632d03745033fa6b19faabf60219bc6b;hpb=d09274f3e3d4dca122c308a621ea8edc100b7d99 diff --git a/object.h b/object.h index 01f4dad..dfb3035 100644 --- a/object.h +++ b/object.h @@ -14,7 +14,7 @@ #define BSDHDRSIZE 0x20 // Size of BSD header // Globals, externals etc -extern char *objimage; +extern char * objimage; // Prototypes int object(WORD);