misc/liblua/Xcode/Lua_Prefix.pch
author unc0rr
Sat, 26 Jan 2013 22:57:03 +0400
changeset 8438 64ac58abd02a
parent 5171 f9283dc4860d
permissions -rw-r--r--
Don't resend "team quit" message when client closes engine, then quits room: - Fixes server crashes when client had more than one team in game - Fixes game freeze when half of players quit game
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