view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3516:72e70a8c30d5

Restore the video mode after shutting down the renderer, which fixes an error deleting the OpenGL context on Mac OS X.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 03 Dec 2009 05:05:26 +0000
parents 62d208fd5f49
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