|
|
@@ -28,6 +28,7 @@
|
|
|
CD49F784229B25DE00EB8926 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E883022960DBC00D877FE /* libmath.dylib */; };
|
|
|
CD49F786229B291D00EB8926 /* libjsoncpp.1.8.4.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD49F785229B291D00EB8926 /* libjsoncpp.1.8.4.dylib */; };
|
|
|
CD49F794229C22A800EB8926 /* serial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F793229C22A800EB8926 /* serial.cxx */; };
|
|
|
+ CD49F7B3229C530A00EB8926 /* world.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F7B2229C530A00EB8926 /* world.cxx */; };
|
|
|
CD7E87A52295FCED00D877FE /* danmakuUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7E87A42295FCED00D877FE /* danmakuUITests.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -91,6 +92,7 @@
|
|
|
CD49F782229B194C00EB8926 /* burstshot_pattern.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = burstshot_pattern.cxx; sourceTree = "<group>"; };
|
|
|
CD49F785229B291D00EB8926 /* libjsoncpp.1.8.4.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libjsoncpp.1.8.4.dylib; path = ../../../../../../opt/local/lib/libjsoncpp.1.8.4.dylib; sourceTree = "<group>"; };
|
|
|
CD49F793229C22A800EB8926 /* serial.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial.cxx; sourceTree = "<group>"; };
|
|
|
+ CD49F7B2229C530A00EB8926 /* world.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = world.cxx; sourceTree = "<group>"; };
|
|
|
CD7E87862295FCEA00D877FE /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
CD7E87872295FCEA00D877FE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
CD7E878D2295FCEA00D877FE /* GameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameView.h; sourceTree = "<group>"; };
|
|
|
@@ -136,6 +138,7 @@
|
|
|
children = (
|
|
|
CD49F75E229B09F800EB8926 /* level.cxx */,
|
|
|
CD49F793229C22A800EB8926 /* serial.cxx */,
|
|
|
+ CD49F7B2229C530A00EB8926 /* world.cxx */,
|
|
|
CD49F781229B104900EB8926 /* entity */,
|
|
|
CD49F77F229B103200EB8926 /* pattern */,
|
|
|
);
|
|
|
@@ -430,6 +433,7 @@
|
|
|
CD49F762229B0A0500EB8926 /* enemy.cxx in Sources */,
|
|
|
CD49F76A229B0A6C00EB8926 /* bullet.cxx in Sources */,
|
|
|
CD49F75F229B09F800EB8926 /* level.cxx in Sources */,
|
|
|
+ CD49F7B3229C530A00EB8926 /* world.cxx in Sources */,
|
|
|
CD1C833A2298A97F00825C4E /* AppDelegate.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|