|
|
@ -86,6 +86,7 @@ |
|
|
|
39C1248819F1EB75005DF557 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1248319F1EB75005DF557 /* SurfaceManager.cpp */; }; |
|
|
|
39C1248919F1EB75005DF557 /* SurfaceManagerGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1248519F1EB75005DF557 /* SurfaceManagerGui.cpp */; }; |
|
|
|
39C787BD1AC2111B00691393 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C787BC1AC2111B00691393 /* CmdManager.cpp */; }; |
|
|
|
39EB5E321C5D2BC80020AD31 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39EB5E311C5D2BC80020AD31 /* AddGridRowCmd.cpp */; }; |
|
|
|
39FA2B801C457606003FAB28 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39FA2B7E1C457606003FAB28 /* SettingsLoader.cpp */; }; |
|
|
|
E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; |
|
|
|
E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; }; |
|
|
@ -314,6 +315,8 @@ |
|
|
|
39C1248719F1EB75005DF557 /* SurfaceType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceType.h; sourceTree = "<group>"; }; |
|
|
|
39C787BB1AC20D2400691393 /* CmdManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CmdManager.h; path = Commands/CmdManager.h; sourceTree = "<group>"; }; |
|
|
|
39C787BC1AC2111B00691393 /* CmdManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CmdManager.cpp; path = Commands/CmdManager.cpp; sourceTree = "<group>"; }; |
|
|
|
39EB5E301C5D2BC80020AD31 /* AddGridRowCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddGridRowCmd.h; path = Commands/AddGridRowCmd.h; sourceTree = "<group>"; }; |
|
|
|
39EB5E311C5D2BC80020AD31 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AddGridRowCmd.cpp; path = Commands/AddGridRowCmd.cpp; sourceTree = "<group>"; }; |
|
|
|
39FA2B7E1C457606003FAB28 /* SettingsLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsLoader.cpp; sourceTree = "<group>"; }; |
|
|
|
39FA2B7F1C457606003FAB28 /* SettingsLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsLoader.h; sourceTree = "<group>"; }; |
|
|
|
39FDD9EA1AC007BF00262205 /* BaseCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BaseCmd.h; path = Commands/BaseCmd.h; sourceTree = "<group>"; }; |
|
|
@ -754,6 +757,8 @@ |
|
|
|
39FDD9EA1AC007BF00262205 /* BaseCmd.h */, |
|
|
|
39C787BB1AC20D2400691393 /* CmdManager.h */, |
|
|
|
39C787BC1AC2111B00691393 /* CmdManager.cpp */, |
|
|
|
39EB5E301C5D2BC80020AD31 /* AddGridRowCmd.h */, |
|
|
|
39EB5E311C5D2BC80020AD31 /* AddGridRowCmd.cpp */, |
|
|
|
396841811BC93DDC009F0BAE /* AddSurfaceCmd.h */, |
|
|
|
396841801BC93DDC009F0BAE /* AddSurfaceCmd.cpp */, |
|
|
|
39A9AAF11B054FC300AA83BC /* MvSurfaceVertCmd.h */, |
|
|
@ -1017,6 +1022,7 @@ |
|
|
|
39C1243F19EE9589005DF557 /* DirectoryWatcherManager.cpp in Sources */, |
|
|
|
394BD2431C4D63AE0089A48C /* TogglePerspectiveCmd.cpp in Sources */, |
|
|
|
39203D7D1C591A7900D6225F /* GridWarpSurface.cpp in Sources */, |
|
|
|
39EB5E321C5D2BC80020AD31 /* AddGridRowCmd.cpp in Sources */, |
|
|
|
396841821BC93DDC009F0BAE /* AddSurfaceCmd.cpp in Sources */, |
|
|
|
39C1243519EE9589005DF557 /* ByteBuffer.cpp in Sources */, |
|
|
|
39C1246B19F0AB96005DF557 /* TriangleSurface.cpp in Sources */, |
|
|
|