Commit 5b710cfe authored by Sam Lantinga's avatar Sam Lantinga

Oh yeah, we're using extern

parent 10c875b1
...@@ -65,7 +65,7 @@ typedef struct SDL_VideoData ...@@ -65,7 +65,7 @@ typedef struct SDL_VideoData
} SDL_VideoData; } SDL_VideoData;
/* Utility functions */ /* Utility functions */
NSImage * Cocoa_CreateImage(SDL_Surface * surface); extern NSImage * Cocoa_CreateImage(SDL_Surface * surface);
#endif /* _SDL_cocoavideo_h */ #endif /* _SDL_cocoavideo_h */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment