1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +00:00

Try to placate the macos build.

This commit is contained in:
Peter 2021-10-21 19:24:32 +02:00 committed by Nick Briggs
parent 71d2d0a5b0
commit 292e5dd9b2

View File

@ -109,6 +109,10 @@ extern MouseInterface currentmouse;
extern DspInterface currentdsp;
#endif /* DOS */
#ifdef SDL
extern void process_SDLevents();
#endif
typedef struct conspage ConsPage;
typedef ByteCode *InstPtr;