diff options
Diffstat (limited to 'include/rom4.h')
-rw-r--r-- | include/rom4.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/rom4.h b/include/rom4.h new file mode 100644 index 000000000..3164c81ea --- /dev/null +++ b/include/rom4.h @@ -0,0 +1,15 @@ +// +// Created by scott on 9/15/2017. +// + +#ifndef GUARD_ROM4_H +#define GUARD_ROM4_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +void sub_8086230(void); + +#endif //GUARD_ROM4_H |