]> git.r.bdr.sh - rbdr/pico-engine/blame - Pico_Prefix.pch
Update project so it compiles
[rbdr/pico-engine] / Pico_Prefix.pch
CommitLineData
10a0e290
BB
1//
2// Prefix header for all source files of the 'Pico' target in the 'Pico' project
3//
4
5#include "SDL.h"
6
7#ifdef __OBJC__
8 #import <Cocoa/Cocoa.h>
9#endif