summaryrefslogtreecommitdiff
path: root/emulators/gngb/files/patch-src_message.h
blob: f6684345178f5f43b0585a6c9e7dda90547333e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;