From 65e93275c17c14eea06d495958ed77fe569ce8f1 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 1 May 2023 14:16:00 +1000 Subject: changed directory structure, and other minor stuff --- src/include.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include.h (limited to 'src/include.h') diff --git a/src/include.h b/src/include.h new file mode 100644 index 0000000..815bbf7 --- /dev/null +++ b/src/include.h @@ -0,0 +1,6 @@ +#include"stdio.h" +#include"stdint.h" +#include"stdlib.h" +#include"string.h" +#include"cpu/6502.h" +#include"apple.h" \ No newline at end of file -- cgit v1.2.3