Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Oh yeah, we're using extern
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2011
1 parent 818f0e8 commit 3d361fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoavideo.h
Expand Up @@ -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 */

Expand Down

0 comments on commit 3d361fb

Please sign in to comment.