X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=c89156d59fe7778c71727e1f5f14a91a328fe26a;hp=ea1aa231666fa83fac2d90c869a97abf81c8b32f;hb=a67f83362cf6cf699e3fd67fb30b58fee6b10c78;hpb=ff8188b7e279f99cf11ac8a283c4146af324d26f diff --git a/direct.h b/direct.h index ea1aa23..c89156d 100644 --- a/direct.h +++ b/direct.h @@ -10,6 +10,7 @@ #define __DIRECT_H__ #include "rmac.h" +#include "token.h" // Exported variables extern TOKEN exprbuf[]; @@ -34,5 +35,17 @@ int d_if(void); int d_else(void); int d_endif(void); +int d_68000(void); +int d_68000(void); +int d_68020(void); +int d_68030(void); +int d_68040(void); +int d_68060(void); +int d_68881(void); +int d_68882(void); +int d_56001(void); +int d_gpu(void); +int d_dsp(void); + #endif // __DIRECT_H__