view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3420:935f36ec1844

Fixed bug #734 Save and restore the PIC register %ebx/%rbx using push/pop instead of %edi/%rdi
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Oct 2009 04:45:01 +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