Oh yeah, we're using extern
This commit is contained in:
parent
10c875b184
commit
5b710cfee4
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue