diff --git a/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj b/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj index d7acbd357b6c515c288b4d93cf2fb8c4ee8f1450..fd757fe4df08da5324b37715554e8293b4df569b 100644 --- a/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj +++ b/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 28133EFD11C9096E00A7FDAC /* shaders.c in Sources */ = {isa = PBXBuildFile; fileRef = 28133EFC11C9096E00A7FDAC /* shaders.c */; }; 285E4C5011B3B41C00E7CAD8 /* noise_c.c in Sources */ = {isa = PBXBuildFile; fileRef = 285E4C4F11B3B41C00E7CAD8 /* noise_c.c */; }; 285E4C5211B3B42700E7CAD8 /* noise.c in Sources */ = {isa = PBXBuildFile; fileRef = 285E4C5111B3B42700E7CAD8 /* noise.c */; }; + 289E379711D86DC00065B265 /* sdnoise1234.c in Sources */ = {isa = PBXBuildFile; fileRef = 289E379611D86DC00065B265 /* sdnoise1234.c */; }; 28B4238A119F50AE00562F94 /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B42386119F50AE00562F94 /* SDL_image.framework */; }; 28B4238B119F50AE00562F94 /* SDL_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B42387119F50AE00562F94 /* SDL_mixer.framework */; }; 28B4238C119F50AE00562F94 /* SDL_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B42388119F50AE00562F94 /* SDL_ttf.framework */; }; @@ -145,6 +146,8 @@ 285E4C4E11B3B41C00E7CAD8 /* noise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = noise.h; sourceTree = "<group>"; }; 285E4C4F11B3B41C00E7CAD8 /* noise_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise_c.c; sourceTree = "<group>"; }; 285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../../src/noise.c; sourceTree = SOURCE_ROOT; }; + 289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; }; + 289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; }; 28B42386119F50AE00562F94 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; }; 28B42387119F50AE00562F94 /* SDL_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_mixer.framework; path = /Library/Frameworks/SDL_mixer.framework; sourceTree = "<absolute>"; }; 28B42388119F50AE00562F94 /* SDL_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_ttf.framework; path = /Library/Frameworks/SDL_ttf.framework; sourceTree = "<absolute>"; }; @@ -654,6 +657,7 @@ 28B4260B119F520F00562F94 /* music.h */, 28B4260C119F520F00562F94 /* particles.h */, 28B4260D119F520F00562F94 /* script.h */, + 289E379F11D86EE20065B265 /* sdnoise1234.h */, 28B4260E119F520F00562F94 /* SFMT-params.h */, 28B4260F119F520F00562F94 /* SFMT-params19937.h */, 28B42610119F520F00562F94 /* SFMT.h */, @@ -667,6 +671,7 @@ 28B42618119F520F00562F94 /* music.c */, 285E4C5111B3B42700E7CAD8 /* noise.c */, 28B42619119F520F00562F94 /* particles.c */, + 289E379611D86DC00065B265 /* sdnoise1234.c */, 28B4261A119F520F00562F94 /* SFMT.c */, 28133EFC11C9096E00A7FDAC /* shaders.c */, 28B4261B119F520F00562F94 /* struct.c */, @@ -880,6 +885,7 @@ 285E4C5211B3B42700E7CAD8 /* noise.c in Sources */, 28133EF911C9094A00A7FDAC /* glew.c in Sources */, 28133EFD11C9096E00A7FDAC /* shaders.c in Sources */, + 289E379711D86DC00065B265 /* sdnoise1234.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };