|
|
@@ -9,6 +9,8 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
|
6D904FCD1CC2A4DA00D0E80A /* PolyScript.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D904FCC1CC2A4DA00D0E80A /* PolyScript.cpp */; };
|
|
|
6D904FCF1CC2A4E900D0E80A /* PolyScript.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D904FCE1CC2A4E900D0E80A /* PolyScript.h */; };
|
|
|
+ 6D904FD51CC368E200D0E80A /* PolyLuaAPI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D904FD41CC368E200D0E80A /* PolyLuaAPI.cpp */; };
|
|
|
+ 6D904FD71CC368F300D0E80A /* PolyLuaAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D904FD61CC368F300D0E80A /* PolyLuaAPI.h */; };
|
|
|
8A7349081B86A53C00F660C0 /* lodepng.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7349071B86A53C00F660C0 /* lodepng.h */; };
|
|
|
8A73490A1B86A54800F660C0 /* lodepng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A7349091B86A54800F660C0 /* lodepng.cpp */; };
|
|
|
8A825F231B829BA70039E823 /* PolyPAAudioInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A825F221B829BA70039E823 /* PolyPAAudioInterface.h */; };
|
|
|
@@ -173,6 +175,8 @@
|
|
|
/* Begin PBXFileReference section */
|
|
|
6D904FCC1CC2A4DA00D0E80A /* PolyScript.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyScript.cpp; path = ../../../src/core/PolyScript.cpp; sourceTree = "<group>"; };
|
|
|
6D904FCE1CC2A4E900D0E80A /* PolyScript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyScript.h; path = ../../../include/polycode/core/PolyScript.h; sourceTree = "<group>"; };
|
|
|
+ 6D904FD41CC368E200D0E80A /* PolyLuaAPI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PolyLuaAPI.cpp; path = ../../../src/core/PolyLuaAPI.cpp; sourceTree = "<group>"; };
|
|
|
+ 6D904FD61CC368F300D0E80A /* PolyLuaAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyLuaAPI.h; path = ../../../include/polycode/core/PolyLuaAPI.h; sourceTree = "<group>"; };
|
|
|
8A7349071B86A53C00F660C0 /* lodepng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lodepng.h; path = ../../../include/lodepng.h; sourceTree = "<group>"; };
|
|
|
8A7349091B86A54800F660C0 /* lodepng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lodepng.cpp; path = ../../../src/core/lodepng.cpp; sourceTree = "<group>"; };
|
|
|
8A825F221B829BA70039E823 /* PolyPAAudioInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolyPAAudioInterface.h; path = ../../../include/polycode/core/PolyPAAudioInterface.h; sourceTree = "<group>"; };
|
|
|
@@ -385,6 +389,7 @@
|
|
|
8A8652A01B72867E009F94DD /* PolyInputEvent.cpp */,
|
|
|
8A8652A11B72867E009F94DD /* PolyLabel.cpp */,
|
|
|
8A8652A21B72867E009F94DD /* PolyLogger.cpp */,
|
|
|
+ 6D904FD41CC368E200D0E80A /* PolyLuaAPI.cpp */,
|
|
|
8A8652A31B72867E009F94DD /* PolyMaterial.cpp */,
|
|
|
8A8652A41B72867E009F94DD /* PolyMaterialManager.cpp */,
|
|
|
8A8652A51B72867E009F94DD /* PolyMatrix4.cpp */,
|
|
|
@@ -479,6 +484,7 @@
|
|
|
8A8652001B72865C009F94DD /* PolyInputKeys.h */,
|
|
|
8A8652011B72865C009F94DD /* PolyLabel.h */,
|
|
|
8A8652021B72865C009F94DD /* PolyLogger.h */,
|
|
|
+ 6D904FD61CC368F300D0E80A /* PolyLuaAPI.h */,
|
|
|
8A8652031B72865C009F94DD /* PolyMaterial.h */,
|
|
|
8A8652041B72865C009F94DD /* PolyMaterialManager.h */,
|
|
|
8A8652051B72865C009F94DD /* PolyMatrix4.h */,
|
|
|
@@ -619,6 +625,7 @@
|
|
|
8A86525E1B72865C009F94DD /* PolyResourceManager.h in Headers */,
|
|
|
8A8652631B72865C009F94DD /* PolySceneLight.h in Headers */,
|
|
|
8A8652571B72865C009F94DD /* PolyQuaternion.h in Headers */,
|
|
|
+ 6D904FD71CC368F300D0E80A /* PolyLuaAPI.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -774,6 +781,7 @@
|
|
|
8A8652FD1B72867F009F94DD /* PolyResource.cpp in Sources */,
|
|
|
8A8653111B72867F009F94DD /* PolyString.cpp in Sources */,
|
|
|
8A8652D91B72867F009F94DD /* PolyClient.cpp in Sources */,
|
|
|
+ 6D904FD51CC368E200D0E80A /* PolyLuaAPI.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|