From 5b710cfee40e721957008026de1352b0d02fca18 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 28 Feb 2011 21:48:02 -0800 Subject: [PATCH] Oh yeah, we're using extern --- src/video/cocoa/SDL_cocoavideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/cocoa/SDL_cocoavideo.h b/src/video/cocoa/SDL_cocoavideo.h index 9c9d7c0ff..eb47fe7b3 100644 --- a/src/video/cocoa/SDL_cocoavideo.h +++ b/src/video/cocoa/SDL_cocoavideo.h @@ -65,7 +65,7 @@ typedef struct SDL_VideoData } SDL_VideoData; /* Utility functions */ -NSImage * Cocoa_CreateImage(SDL_Surface * surface); +extern NSImage * Cocoa_CreateImage(SDL_Surface * surface); #endif /* _SDL_cocoavideo_h */