view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 3204:f77f50add24f

Removed stub for Linux /sys/power processing. Apparently /sys/power doesn't expose battery information at this time.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 30 Jun 2009 05:27:11 +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