view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 3205:f9a4aa1e1b34

Linux /proc/acpi: check for ac_adapter states, other cleanup. Still not tested, though!
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 30 Jun 2009 05:44:00 +0000
parents d63e9f5944ae
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