mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
11 lines
235 B
C
11 lines
235 B
C
--- 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;
|
|
|