diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-08 19:29:52 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-08 19:29:52 +1000 |
commit | f844536c0a3a4ba397f586897482dcb0f7550f5b (patch) | |
tree | afd1eca6a69c01ceea5483baccf64ab666a4403b /src/include.h | |
parent | c1d5bf8ab7648418fa7120ea4868205f3cf7e857 (diff) |
started graphical application, plus other stuff
Diffstat (limited to 'src/include.h')
-rw-r--r-- | src/include.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include.h b/src/include.h index 815bbf7..f266ca6 100644 --- a/src/include.h +++ b/src/include.h @@ -3,4 +3,9 @@ #include"stdlib.h" #include"string.h" #include"cpu/6502.h" -#include"apple.h"
\ No newline at end of file +#include"apple.h" + +#ifdef GRAPHICAL +#include"SDL2/SDL.h" +#include"signetics.h" +#endif
\ No newline at end of file |