misc/libphyslayer/Xcode/Physlayer_Prefix.pch
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 20:13:41 +0200
changeset 13500 d9f9e66543d7
parent 8536 55365fccb075
permissions -rw-r--r--
Fix frontend showing 2 errors on engine fatal error (exit code 52) The exit code checked in the frontend was a hardcoded 2, which was outdated.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     1
//
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     2
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     3
//
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     4
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     5
#ifdef __OBJC__
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     6
    #import <Foundation/Foundation.h>
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     7
#endif