Mercurial > sdl-ios-xcode
comparison src/video/maccommon/SDL_macwm_c.h @ 1424:7a610f25c12f
Updated MacOS Classic MPW build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 09:57:14 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb 7cdb1d7fc93b |
comparison
equal
deleted
inserted
replaced
1423:4ed717f9e509 | 1424:7a610f25c12f |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #include "SDL_romvideo.h" | 24 #include "../macrom/SDL_romvideo.h" |
25 | 25 |
26 /* Functions to be exported */ | 26 /* Functions to be exported */ |
27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon); | 27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon); |
28 | 28 |