From 292e5dd9b2dd67f8035c75b83bfc51786b88c9cb Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 21 Oct 2021 19:24:32 +0200 Subject: [PATCH] Try to placate the macos build. --- src/xc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xc.c b/src/xc.c index 3b820c4..5140042 100644 --- a/src/xc.c +++ b/src/xc.c @@ -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;