X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=54b33da625cc88a63c8085b4c0a27518fe3b538b;hp=7127ba29837ee4f47c8996b9b117d54fee963211;hb=23f2dbe81467d28e2f45d14bd5c4ce19229f69e3;hpb=b38c11abefbb281b9ee50268241bc5bac4c4aaaa diff --git a/main.c b/main.c index 7127ba2..54b33da 100644 --- a/main.c +++ b/main.c @@ -1,11 +1,13 @@ +/* + * The author - Don Woods - apologises for the style of the code; it + * is a result of running the original Fortran IV source through a + * home-brew Fortran-to-C converter.) + */ #include #include #include "main.h" #include "misc.h" -#ifdef __MSDOS__ -#include "alloc.h" -#endif #define TRUE (0==0) #define FALSE (0!=0)