mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 18:00:41 +01:00
Add some headers to xcode project file.
Thanks @Maksym Hamarnyk for patch. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6127 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
6d4dec4054
commit
340bc7fcbe
|
@ -308,6 +308,8 @@
|
|||
5E79089B1C10FEF900DFE7FE /* CB3DMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7908981C10FE4A00DFE7FE /* CB3DMeshWriter.cpp */; };
|
||||
5E8570BC1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */; };
|
||||
5E8570BD1B7F9AC400B267D2 /* CIrrDeviceConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E8570BB1B7F9AC400B267D2 /* CIrrDeviceConsole.h */; };
|
||||
8493BC02249DEBB30092813E /* IOctreeSceneNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8493BC01249DEBB20092813E /* IOctreeSceneNode.h */; };
|
||||
8493BC04249DED3F0092813E /* IMemoryReadFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8493BC03249DED3F0092813E /* IMemoryReadFile.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
@ -1034,6 +1036,8 @@
|
|||
5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CIrrDeviceConsole.cpp; sourceTree = "<group>"; };
|
||||
5E8570BB1B7F9AC400B267D2 /* CIrrDeviceConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CIrrDeviceConsole.h; sourceTree = "<group>"; };
|
||||
5EC24F5E1B8B861200DCA615 /* exampleHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = exampleHelper.h; path = ../../include/exampleHelper.h; sourceTree = "<group>"; };
|
||||
8493BC01249DEBB20092813E /* IOctreeSceneNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOctreeSceneNode.h; path = ../../include/IOctreeSceneNode.h; sourceTree = "<group>"; };
|
||||
8493BC03249DED3F0092813E /* IMemoryReadFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IMemoryReadFile.h; path = ../../include/IMemoryReadFile.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -1169,6 +1173,7 @@
|
|||
5E34C7401B7F4AFC00F212E8 /* IMeshTextureLoader.h */,
|
||||
5E34C7411B7F4AFC00F212E8 /* IMeshWriter.h */,
|
||||
5E34C7421B7F4AFC00F212E8 /* IMetaTriangleSelector.h */,
|
||||
8493BC01249DEBB20092813E /* IOctreeSceneNode.h */,
|
||||
5E34C7441B7F4AFC00F212E8 /* IParticleAffector.h */,
|
||||
5E34C7451B7F4AFC00F212E8 /* IParticleAnimatedMeshSceneNodeEmitter.h */,
|
||||
5E34C7461B7F4AFC00F212E8 /* IParticleAttractionAffector.h */,
|
||||
|
@ -1226,6 +1231,7 @@
|
|||
5E34C7101B7F4AFC00F212E8 /* IFileArchive.h */,
|
||||
5E34C7111B7F4AFC00F212E8 /* IFileList.h */,
|
||||
5E34C7121B7F4AFC00F212E8 /* IFileSystem.h */,
|
||||
8493BC03249DED3F0092813E /* IMemoryReadFile.h */,
|
||||
5E34C7551B7F4AFC00F212E8 /* IReadFile.h */,
|
||||
5E34C7631B7F4AFC00F212E8 /* irrXML.h */,
|
||||
5E34C77B1B7F4AFC00F212E8 /* IWriteFile.h */,
|
||||
|
@ -2065,7 +2071,9 @@
|
|||
files = (
|
||||
5E8570BD1B7F9AC400B267D2 /* CIrrDeviceConsole.h in Headers */,
|
||||
5E7908961C10EEC000DFE7FE /* COpenGLCommon.h in Headers */,
|
||||
8493BC04249DED3F0092813E /* IMemoryReadFile.h in Headers */,
|
||||
5E7908951C10EEC000DFE7FE /* COpenGLCacheHandler.h in Headers */,
|
||||
8493BC02249DEBB30092813E /* IOctreeSceneNode.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user