move nes into the sources/NES directory

This commit is contained in:
jb
2009-02-05 08:24:50 +00:00
commit 586150bf93
66 changed files with 21595 additions and 0 deletions

9
osx/nes_Prefix.pch Normal file
View File

@@ -0,0 +1,9 @@
//
// Prefix header for all source files of the 'nes' target in the 'nes' project
//
#include "SDL.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif