Skip to content

Commit 3f3d875

Browse files
committed
Add mathRoutine.cxx/h to the Xcode project.
1 parent 7e58656 commit 3f3d875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Xcode/BZFlag.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@
529529
C38E766527F9062B00EC312C /* CustomZoneSample.bzw in Copy Files (1 item) */ = {isa = PBXBuildFile; fileRef = C353B1E81AE2489900C5AED5 /* CustomZoneSample.bzw */; };
530530
C39F69371E3D3E8100132C55 /* customPollTypeSample.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = C333EFC91E2B9F0800B4B182 /* customPollTypeSample.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
531531
C3DE232E21E2FBDD0081B64E /* libplugin_utils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0394E895167B2513007F4035 /* libplugin_utils.a */; };
532+
D2B721C92BFAA226007126EE /* mathRoutine.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D2B721C82BFAA225007126EE /* mathRoutine.cxx */; };
532533
DF28982B16B4F5AE006C78AC /* ShotManager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DF28982916B4F5AE006C78AC /* ShotManager.cxx */; };
533534
/* End PBXBuildFile section */
534535

@@ -1813,6 +1814,8 @@
18131814
C353B1E01AE23C8100C5AED5 /* CustomZoneSample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CustomZoneSample.cpp; sourceTree = "<group>"; };
18141815
C353B1E81AE2489900C5AED5 /* CustomZoneSample.bzw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CustomZoneSample.bzw; sourceTree = "<group>"; };
18151816
C353B1E91AE2490D00C5AED5 /* flagStay.bzw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = flagStay.bzw; sourceTree = "<group>"; };
1817+
D2B721C72BFAA1E1007126EE /* mathRoutine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mathRoutine.h; sourceTree = "<group>"; };
1818+
D2B721C82BFAA225007126EE /* mathRoutine.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mathRoutine.cxx; sourceTree = "<group>"; };
18161819
DF28982916B4F5AE006C78AC /* ShotManager.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShotManager.cxx; sourceTree = "<group>"; };
18171820
DF28982A16B4F5AE006C78AC /* ShotManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShotManager.h; sourceTree = "<group>"; };
18181821
DF8950DD16E42CF800BA9DD5 /* playerHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = playerHandler.cpp; sourceTree = "<group>"; };
@@ -2296,6 +2299,7 @@
22962299
0305D5A6166C9DAE00557FC4 /* LaserSceneNode.h */,
22972300
0305D5A7166C9DAE00557FC4 /* LinkManager.h */,
22982301
0305D5A8166C9DAE00557FC4 /* ListServer.h */,
2302+
D2B721C72BFAA1E1007126EE /* mathRoutine.h */,
22992303
0305D5AB166C9DAE00557FC4 /* md5.h */,
23002304
0305D5AC166C9DAE00557FC4 /* MediaFile.h */,
23012305
0305D5AD166C9DAE00557FC4 /* MeshDrawInfo.h */,
@@ -2806,6 +2810,7 @@
28062810
03554453166C846F008806E9 /* global.cxx */,
28072811
03554454166C846F008806E9 /* KeyManager.cxx */,
28082812
03554455166C846F008806E9 /* Language.cxx */,
2813+
D2B721C82BFAA225007126EE /* mathRoutine.cxx */,
28092814
03554457166C846F008806E9 /* md5.cxx */,
28102815
03554458166C846F008806E9 /* messages.cxx */,
28112816
03554459166C846F008806E9 /* OSFile.cxx */,
@@ -5017,6 +5022,7 @@
50175022
0357A7D51670AFE30056C938 /* Language.cxx in Sources */,
50185023
0357A7D61670AFE30056C938 /* md5.cxx in Sources */,
50195024
0357A7D71670AFE30056C938 /* messages.cxx in Sources */,
5025+
D2B721C92BFAA226007126EE /* mathRoutine.cxx in Sources */,
50205026
0357A7D81670AFE30056C938 /* OSFile.cxx in Sources */,
50215027
0357A7D91670AFE30056C938 /* ParseColor.cxx in Sources */,
50225028
0357A7DA1670AFE30056C938 /* PlayerState.cxx in Sources */,

0 commit comments

Comments
 (0)