diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-02-14 17:08:55 +0100 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-02-14 17:08:55 +0100 |
commit | 46bdb724b1fac2335e67b6f08b633a1a63aad552 (patch) | |
tree | f97dae5baede3b3bd3c6e976388e9f611c1896fe /src/ahoy/emulator.h | |
parent | 50dd7507c103e01c23f5910041aaeb48067abfdb (diff) |
Begin implementing an SDL2 frontend
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r-- | src/ahoy/emulator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ahoy/emulator.h b/src/ahoy/emulator.h index 31d596c..e9ba11f 100644 --- a/src/ahoy/emulator.h +++ b/src/ahoy/emulator.h @@ -3,6 +3,7 @@ #include <mbstring.h> -void emulate(struct u8view); +void emuinit(struct u8view); +void emutick(void); #endif /* !AHOY_AHOY_EMULATOR_H */ |