started to bring Mac OS X version up to date

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1751 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2011-03-10 18:29:53 +00:00
parent eae47aa0e8
commit c1ede1f657
10 changed files with 131 additions and 2582 deletions

View File

@@ -39,15 +39,17 @@
#if defined(__CAANOO__) || defined(__WIZ__) || defined(__GP2X__)
// No X11
#elif defined(__macosx__)
#include <Carbon/Carbon.h>
#import <corefoundation/corefoundation.h>
#import <sys/param.h>
#elif defined(__linux__)
#include <X11/Xlib.h>
#endif
#endif
#if defined(__macosx__)
#include <Carbon/Carbon.h>
#import <corefoundation/corefoundation.h>
#import <sys/param.h>
#endif
#include <SDL_image.h>
#include "SFont.h"