view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 3704:9bc9ff36eb8f

Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 12 Feb 2010 17:14:41 +0000
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