view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4939:de89a6f73c06

Fixed restoring the desktop resolution when toggling fullscreen mode
author Sam Lantinga <slouken@libsdl.org>
date Sat, 01 Jan 2011 16:41:29 -0800
parents 232e5e00e398
children
line wrap: on
line source

//
// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project
//

#include "SDL.h"

#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif