Files
nes-nes/osx/nes_Prefix.pch
2009-02-05 08:24:50 +00:00

10 lines
155 B
Plaintext

//
// Prefix header for all source files of the 'nes' target in the 'nes' project
//
#include "SDL.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif