From 56696487ad0b609290b7add8135d164ecd200492 Mon Sep 17 00:00:00 2001 From: chsieh Date: Mon, 16 May 2011 21:34:31 -0700 Subject: [PATCH] Moving file. --- src/game/actor/UnitDelegate.h | 14 ++++++++++++++ src/tanks/unit/UnitDelegate.h | 14 -------------- tanks.xcodeproj/project.pbxproj | 4 ++++ 3 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 src/game/actor/UnitDelegate.h delete mode 100644 src/tanks/unit/UnitDelegate.h diff --git a/src/game/actor/UnitDelegate.h b/src/game/actor/UnitDelegate.h new file mode 100644 index 0000000..4002d36 --- /dev/null +++ b/src/game/actor/UnitDelegate.h @@ -0,0 +1,14 @@ +// +// UnitDelegate.h +// tanks +// +// Created by Doris Chen on 5/14/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + + +@protocol UnitDelegate +-(void)updateWithTick:(float)time; +@end diff --git a/src/tanks/unit/UnitDelegate.h b/src/tanks/unit/UnitDelegate.h deleted file mode 100644 index 4002d36..0000000 --- a/src/tanks/unit/UnitDelegate.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// UnitDelegate.h -// tanks -// -// Created by Doris Chen on 5/14/11. -// Copyright 2011 __MyCompanyName__. All rights reserved. -// - -#import - - -@protocol UnitDelegate --(void)updateWithTick:(float)time; -@end diff --git a/tanks.xcodeproj/project.pbxproj b/tanks.xcodeproj/project.pbxproj index b865a98..28a517a 100644 --- a/tanks.xcodeproj/project.pbxproj +++ b/tanks.xcodeproj/project.pbxproj @@ -136,6 +136,7 @@ 49F2DADD13764ED6000B6B8C /* SPUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DA8013764ED6000B6B8C /* SPUtils.h */; }; 49F2DADE13764ED6000B6B8C /* SPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F2DA8113764ED6000B6B8C /* SPUtils.m */; }; 49F2DADF13764ED6000B6B8C /* Sparrow.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DA1D13764ED5000B6B8C /* Sparrow.h */; }; + 4B609D3213822FC700B02CE7 /* UnitDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B609D3113822FC700B02CE7 /* UnitDelegate.h */; }; 4B8B2A3213784D2D00CA4076 /* tank-pink.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8B2A3113784D2D00CA4076 /* tank-pink.png */; }; 4B8B2A50137D098500CA4076 /* AnimationContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A4E137D098500CA4076 /* AnimationContainer.h */; }; 4B8B2A51137D098500CA4076 /* AnimationContainer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A4F137D098500CA4076 /* AnimationContainer.mm */; }; @@ -294,6 +295,7 @@ 49F2DA7F13764ED6000B6B8C /* SPPoolObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPPoolObject.m; sourceTree = ""; }; 49F2DA8013764ED6000B6B8C /* SPUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPUtils.h; sourceTree = ""; }; 49F2DA8113764ED6000B6B8C /* SPUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPUtils.m; sourceTree = ""; }; + 4B609D3113822FC700B02CE7 /* UnitDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnitDelegate.h; sourceTree = ""; }; 4B8B2A3113784D2D00CA4076 /* tank-pink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tank-pink.png"; path = "textures/tank-pink.png"; sourceTree = ""; }; 4B8B2A4E137D098500CA4076 /* AnimationContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationContainer.h; path = animation/AnimationContainer.h; sourceTree = ""; }; 4B8B2A4F137D098500CA4076 /* AnimationContainer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AnimationContainer.mm; path = animation/AnimationContainer.mm; sourceTree = ""; }; @@ -370,6 +372,7 @@ 49E8349F13812427007A6598 /* actor */ = { isa = PBXGroup; children = ( + 4B609D3113822FC700B02CE7 /* UnitDelegate.h */, 49E834A013812427007A6598 /* Actor.h */, 49E834A113812427007A6598 /* Actor.mm */, 49E834A213812427007A6598 /* Unit.h */, @@ -782,6 +785,7 @@ 49E834C613812555007A6598 /* Viewport.h in Headers */, 49E834CD13814F7D007A6598 /* GLESDebugDraw.h in Headers */, 49E834D3138166A6007A6598 /* QQSparrowExtensions.h in Headers */, + 4B609D3213822FC700B02CE7 /* UnitDelegate.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; -- 1.7.0.4