diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-10 20:46:43 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-10 20:46:43 +1000 |
commit | a4a9590148fdae2f656b25dd1d7b442969726c28 (patch) | |
tree | fe90cef94de50e38a667eb41b0c8bb98a4465c9b /include.h | |
parent | fbca225d25db812fe7823a8528dff17320cf1c53 (diff) |
Changed pointer switch case to if else for now
Diffstat (limited to 'include.h')
-rw-r--r-- | include.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ #include"stdio.h" +#include"stdint.h" + #include"applesystem.h" -#include"instruction-init.h" + #include"addressing.h" #include"instruction.h" |