misc/liblua/Xcode/Lua_Prefix.pch
author koda
Mon, 22 Aug 2011 22:17:52 +0200
changeset 5658 76220933369f
parent 5171 f9283dc4860d
permissions -rw-r--r--
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)

//
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
//

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
#endif