misc/liblua/Xcode/Lua_Prefix.pch
author unc0rr
Mon, 02 May 2011 18:37:57 +0400
branchcursor_issues
changeset 5191 c7000a6b397b
parent 5171 f9283dc4860d
permissions -rw-r--r--
- Implement a thin wrapper over real cursor, which eliminates need in SDL_WarpMouse outside game window - Fixes pointing target near water when zooming
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5171
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     1
//
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     2
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     3
//
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     4
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     5
#ifdef __OBJC__
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     6
    #import <Foundation/Foundation.h>
f9283dc4860d add ios project files for lua sources
koda
parents:
diff changeset
     7
#endif