aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/emulator.h
blob: e9ba11fed07146da4ab4fcdc20baf0f45603924c (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef AHOY_AHOY_EMULATOR_H
#define AHOY_AHOY_EMULATOR_H

#include <mbstring.h>

void emuinit(struct u8view);
void emutick(void);

#endif /* !AHOY_AHOY_EMULATOR_H */