]> git.r.bdr.sh - rbdr/pico-engine/blob - Pico_Prefix.pch
Update project so it compiles
[rbdr/pico-engine] / Pico_Prefix.pch
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