diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 00:47:14 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 00:47:14 +0100 |
commit | c567757f537c08a02e9cc2b457c27c8a5b4438a8 (patch) | |
tree | 21a94d21ce3879494df073cf6450256ca3adb032 /src/ahoy/emulator.h | |
parent | 5d7ee4168b03ed7d95da3425d843bec5743eaeb6 (diff) |
Implement the start of an emulator
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r-- | src/ahoy/emulator.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ahoy/emulator.h b/src/ahoy/emulator.h new file mode 100644 index 0000000..31d596c --- /dev/null +++ b/src/ahoy/emulator.h @@ -0,0 +1,8 @@ +#ifndef AHOY_AHOY_EMULATOR_H +#define AHOY_AHOY_EMULATOR_H + +#include <mbstring.h> + +void emulate(struct u8view); + +#endif /* !AHOY_AHOY_EMULATOR_H */ |