|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2F63C02F1BC8366800533977 /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F63C02D1BC8366800533977 /* Player.cpp */; settings = {ASSET_TAGS = (); }; };
|
| 11 | + 2F63C0321BC9ACDD00533977 /* EnemyFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F63C0301BC9ACDD00533977 /* EnemyFactory.cpp */; settings = {ASSET_TAGS = (); }; }; |
11 | 12 | AE9BA0E51BC82B8A00A91BF6 /* SDL2_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9BA0E11BC82B8A00A91BF6 /* SDL2_image.framework */; };
|
12 | 13 | AE9BA0E61BC82B8A00A91BF6 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9BA0E21BC82B8A00A91BF6 /* SDL2_mixer.framework */; };
|
13 | 14 | AE9BA0E71BC82B8A00A91BF6 /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9BA0E31BC82B8A00A91BF6 /* SDL2_ttf.framework */; };
|
|
50 | 51 | /* Begin PBXFileReference section */
|
51 | 52 | 2F63C02D1BC8366800533977 /* Player.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Player.cpp; sourceTree = "<group>"; };
|
52 | 53 | 2F63C02E1BC8366800533977 /* Player.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Player.hpp; sourceTree = "<group>"; };
|
| 54 | + 2F63C0301BC9ACDD00533977 /* EnemyFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EnemyFactory.cpp; sourceTree = "<group>"; }; |
| 55 | + 2F63C0311BC9ACDD00533977 /* EnemyFactory.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = EnemyFactory.hpp; sourceTree = "<group>"; }; |
53 | 56 | AE9BA0CE1BC827FD00A91BF6 /* Splatter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Splatter; sourceTree = BUILT_PRODUCTS_DIR; };
|
54 | 57 | AE9BA0E11BC82B8A00A91BF6 /* SDL2_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_image.framework; path = ../../../Library/Frameworks/SDL2_image.framework; sourceTree = "<group>"; };
|
55 | 58 | AE9BA0E21BC82B8A00A91BF6 /* SDL2_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_mixer.framework; path = ../../../Library/Frameworks/SDL2_mixer.framework; sourceTree = "<group>"; };
|
|
154 | 157 | AE9BA1061BC8351D00A91BF6 /* mainmenu_state.cpp */,
|
155 | 158 | AE9BA1071BC8351D00A91BF6 /* mainmenu_state.h */,
|
156 | 159 | AE9BA1081BC8351D00A91BF6 /* RunState.cpp */,
|
| 160 | + 2F63C0301BC9ACDD00533977 /* EnemyFactory.cpp */, |
| 161 | + 2F63C0311BC9ACDD00533977 /* EnemyFactory.hpp */, |
157 | 162 | AE9BA1091BC8351D00A91BF6 /* RunState.hpp */,
|
158 | 163 | AE9BA11E1BC9509000A91BF6 /* GameOverState.cpp */,
|
159 | 164 | AE9BA11F1BC9509000A91BF6 /* GameOverState.hpp */,
|
|
258 | 263 | AE9BA11D1BC848CB00A91BF6 /* Enemy.cpp in Sources */,
|
259 | 264 | BC08342A1BC8662400C4F054 /* Bullet.cpp in Sources */,
|
260 | 265 | AE9BA1121BC8351D00A91BF6 /* Timer.cpp in Sources */,
|
| 266 | + 2F63C0321BC9ACDD00533977 /* EnemyFactory.cpp in Sources */, |
261 | 267 | 2F63C02F1BC8366800533977 /* Player.cpp in Sources */,
|
262 | 268 | AE9BA10C1BC8351D00A91BF6 /* Engine.cpp in Sources */,
|
263 | 269 | AE9BA1111BC8351D00A91BF6 /* RunState.cpp in Sources */,
|
|
0 commit comments