view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 3392:efc22582afc5

Only show the dynamic audio libraries if we'll be dynamically loading them Fixed DirectFB dynamic loading to use find_lib Converted tabs to spaces
author Sam Lantinga <slouken@libsdl.org>
date Tue, 13 Oct 2009 06:49:29 +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