# HG changeset patch # User Sam Lantinga # Date 1298958482 28800 # Node ID 958c15815b4a5f77297cca10a4d29d8506934a46 # Parent 1b085f890c4473897039dae01514ac049963872c Oh yeah, we're using extern diff -r 1b085f890c44 -r 958c15815b4a src/video/cocoa/SDL_cocoavideo.h --- a/src/video/cocoa/SDL_cocoavideo.h Mon Feb 28 20:19:28 2011 -0800 +++ b/src/video/cocoa/SDL_cocoavideo.h Mon Feb 28 21:48:02 2011 -0800 @@ -65,7 +65,7 @@ } SDL_VideoData; /* Utility functions */ -NSImage * Cocoa_CreateImage(SDL_Surface * surface); +extern NSImage * Cocoa_CreateImage(SDL_Surface * surface); #endif /* _SDL_cocoavideo_h */