diff options
Diffstat (limited to 'emulators/gngb/files/patch-src_message.h')
-rw-r--r-- | emulators/gngb/files/patch-src_message.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-src_message.h b/emulators/gngb/files/patch-src_message.h new file mode 100644 index 000000000000..f6684345178f --- /dev/null +++ b/emulators/gngb/files/patch-src_message.h @@ -0,0 +1,11 @@ +--- src/message.h.orig 2003-06-28 08:42:03 UTC ++++ src/message.h +@@ -21,7 +21,7 @@ + + #include <SDL.h> + +-int wl,hl,xm,ym; ++extern int wl,hl,xm,ym; + //extern void (*draw_message)(int x,int y,char *mes); + extern SDL_Surface *fontbuf; + |