# | Line 63 | Line 63 | |
---|---|---|
63 | #include "video_blit.h" | |
64 | #include "vm_alloc.h" | |
65 | ||
66 | – | #define DEBUG 0 |
67 | – | #include "debug.h" |
68 | – | |
66 | #if (defined(__APPLE__) && defined(__MACH__)) | |
67 | < | extern "C" { |
71 | < | void NSAutoReleasePool_wrap(void (*fn)(void)); |
72 | < | } |
67 | > | #include "utils_macosx.h" |
68 | #endif | |
69 | ||
70 | + | #define DEBUG 0 |
71 | + | #include "debug.h" |
72 | + | |
73 | // Supported video modes | |
74 | using std::vector; | |
75 | static vector<VIDEO_MODE> VideoModes; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |