aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/emulator.h
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 17:08:55 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 17:08:55 +0100
commit46bdb724b1fac2335e67b6f08b633a1a63aad552 (patch)
treef97dae5baede3b3bd3c6e976388e9f611c1896fe /src/ahoy/emulator.h
parent50dd7507c103e01c23f5910041aaeb48067abfdb (diff)
Begin implementing an SDL2 frontend
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r--src/ahoy/emulator.h3
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 */