1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-28 17:19:20 +00:00

Try to placate the macos build.

This commit is contained in:
Peter
2021-10-21 19:24:32 +02:00
parent e346db4b99
commit e9968a211b

View File

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