|
@@ -15,6 +15,8 @@
|
|
3BF911C52CFF032000E11762 /* LevelGenerate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911B92CFF032000E11762 /* LevelGenerate.cpp */; };
|
|
3BF911C52CFF032000E11762 /* LevelGenerate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911B92CFF032000E11762 /* LevelGenerate.cpp */; };
|
|
3BF911C62CFF032000E11762 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911BB2CFF032000E11762 /* main.cpp */; };
|
|
3BF911C62CFF032000E11762 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911BB2CFF032000E11762 /* main.cpp */; };
|
|
3BF911C72CFF032000E11762 /* RandomGridFiller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */; };
|
|
3BF911C72CFF032000E11762 /* RandomGridFiller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */; };
|
|
|
|
+ 9D6F6AA12D08489E00ED1D61 /* LevelOutputWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D6F6AA02D08489E00ED1D61 /* LevelOutputWriter.cpp */; };
|
|
|
|
+ 9D6F6AA72D084C8200ED1D61 /* GridPositionTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D6F6AA42D084C8200ED1D61 /* GridPositionTool.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -78,6 +80,11 @@
|
|
3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RandomGridFiller.cpp; sourceTree = "<group>"; };
|
|
3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RandomGridFiller.cpp; sourceTree = "<group>"; };
|
|
3BF911BD2CFF032000E11762 /* RandomGridFiller.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RandomGridFiller.hpp; sourceTree = "<group>"; };
|
|
3BF911BD2CFF032000E11762 /* RandomGridFiller.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RandomGridFiller.hpp; sourceTree = "<group>"; };
|
|
3BF911BE2CFF032000E11762 /* SpriteData.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SpriteData.hpp; sourceTree = "<group>"; };
|
|
3BF911BE2CFF032000E11762 /* SpriteData.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SpriteData.hpp; sourceTree = "<group>"; };
|
|
|
|
+ 9D6F6A9F2D08489E00ED1D61 /* LevelOutputWriter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = LevelOutputWriter.hpp; sourceTree = "<group>"; };
|
|
|
|
+ 9D6F6AA02D08489E00ED1D61 /* LevelOutputWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = LevelOutputWriter.cpp; sourceTree = "<group>"; };
|
|
|
|
+ 9D6F6AA22D084C7700ED1D61 /* ajson5.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ajson5.hpp; sourceTree = "<group>"; };
|
|
|
|
+ 9D6F6AA32D084C8200ED1D61 /* GridPositionTool.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = GridPositionTool.hpp; sourceTree = "<group>"; };
|
|
|
|
+ 9D6F6AA42D084C8200ED1D61 /* GridPositionTool.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GridPositionTool.cpp; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -171,6 +178,9 @@
|
|
3BF911BF2CFF032000E11762 /* auto_fill_jewel_v3 */ = {
|
|
3BF911BF2CFF032000E11762 /* auto_fill_jewel_v3 */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 9D6F6AA32D084C8200ED1D61 /* GridPositionTool.hpp */,
|
|
|
|
+ 9D6F6AA42D084C8200ED1D61 /* GridPositionTool.cpp */,
|
|
|
|
+ 9D6F6AA22D084C7700ED1D61 /* ajson5.hpp */,
|
|
3BF911AD2CFF032000E11762 /* ajson5.h */,
|
|
3BF911AD2CFF032000E11762 /* ajson5.h */,
|
|
3BF911AE2CFF032000E11762 /* BoostGeometryTools.cpp */,
|
|
3BF911AE2CFF032000E11762 /* BoostGeometryTools.cpp */,
|
|
3BF911AF2CFF032000E11762 /* BoostGeometryTools.hpp */,
|
|
3BF911AF2CFF032000E11762 /* BoostGeometryTools.hpp */,
|
|
@@ -189,6 +199,8 @@
|
|
3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */,
|
|
3BF911BC2CFF032000E11762 /* RandomGridFiller.cpp */,
|
|
3BF911BD2CFF032000E11762 /* RandomGridFiller.hpp */,
|
|
3BF911BD2CFF032000E11762 /* RandomGridFiller.hpp */,
|
|
3BF911BE2CFF032000E11762 /* SpriteData.hpp */,
|
|
3BF911BE2CFF032000E11762 /* SpriteData.hpp */,
|
|
|
|
+ 9D6F6A9F2D08489E00ED1D61 /* LevelOutputWriter.hpp */,
|
|
|
|
+ 9D6F6AA02D08489E00ED1D61 /* LevelOutputWriter.cpp */,
|
|
);
|
|
);
|
|
path = auto_fill_jewel_v3;
|
|
path = auto_fill_jewel_v3;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -263,12 +275,14 @@
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
files = (
|
|
3BF911C22CFF032000E11762 /* contourdata.cpp in Sources */,
|
|
3BF911C22CFF032000E11762 /* contourdata.cpp in Sources */,
|
|
|
|
+ 9D6F6AA72D084C8200ED1D61 /* GridPositionTool.cpp in Sources */,
|
|
3BF911C52CFF032000E11762 /* LevelGenerate.cpp in Sources */,
|
|
3BF911C52CFF032000E11762 /* LevelGenerate.cpp in Sources */,
|
|
3BF911C72CFF032000E11762 /* RandomGridFiller.cpp in Sources */,
|
|
3BF911C72CFF032000E11762 /* RandomGridFiller.cpp in Sources */,
|
|
3BF911C12CFF032000E11762 /* BoxPositionTool.cpp in Sources */,
|
|
3BF911C12CFF032000E11762 /* BoxPositionTool.cpp in Sources */,
|
|
3BF911C42CFF032000E11762 /* FillGlobalConfig.cpp in Sources */,
|
|
3BF911C42CFF032000E11762 /* FillGlobalConfig.cpp in Sources */,
|
|
3BF911C62CFF032000E11762 /* main.cpp in Sources */,
|
|
3BF911C62CFF032000E11762 /* main.cpp in Sources */,
|
|
3BF911C32CFF032000E11762 /* contourdatatools.cpp in Sources */,
|
|
3BF911C32CFF032000E11762 /* contourdatatools.cpp in Sources */,
|
|
|
|
+ 9D6F6AA12D08489E00ED1D61 /* LevelOutputWriter.cpp in Sources */,
|
|
3BF911C02CFF032000E11762 /* BoostGeometryTools.cpp in Sources */,
|
|
3BF911C02CFF032000E11762 /* BoostGeometryTools.cpp in Sources */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|