X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.h;h=46aef64393359d809c765fc81fbf76d3a5d3746c;hp=f3e79d23603ed147afbf9cd4fb2af1490e8f1b4b;hb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/object.h b/object.h index f3e79d2..46aef64 100644 --- a/object.h +++ b/object.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // OBJECT.H - Writing Object Files -// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -9,7 +9,7 @@ #ifndef __OBJECT_H__ #define __OBJECT_H__ -#include +#include "rmac.h" #define BSDHDRSIZE 0x20 // Size of BSD header #define HDRSIZE 0x1C // Size of Alcyon header