Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/gngb/files/patch-src_message.h
16461 views
1
--- src/message.h.orig 2003-06-28 08:42:03 UTC
2
+++ src/message.h
3
@@ -21,7 +21,7 @@
4
5
#include <SDL.h>
6
7
-int wl,hl,xm,ym;
8
+extern int wl,hl,xm,ym;
9
//extern void (*draw_message)(int x,int y,char *mes);
10
extern SDL_Surface *fontbuf;
11
12
13