Oh yeah, we're using extern

This commit is contained in:
Sam Lantinga 2011-02-28 21:48:02 -08:00
parent 10c875b184
commit 5b710cfee4

View file

@ -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 */