Source/Bit.h
changeset 2 7b0441db81e5
parent 0 e9f7ba4718e1
child 9 a59acc683080
     1.1 --- a/Source/Bit.h	Fri Mar 07 11:43:02 2008 -0800
     1.2 +++ b/Source/Bit.h	Mon Mar 10 17:32:04 2008 -0700
     1.3 @@ -20,7 +20,7 @@
     1.4      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 
     1.5      THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     1.6  */
     1.7 -#import <Quartz/Quartz.h>
     1.8 +#import "GGBLayer.h"
     1.9  
    1.10  
    1.11  @class Game, Player;
    1.12 @@ -39,7 +39,7 @@
    1.13  
    1.14  /** A moveable item in a card/board game.
    1.15      Abstract superclass of Card and Piece. */
    1.16 -@interface Bit : CALayer <NSCopying>
    1.17 +@interface Bit : GGBLayer
    1.18  {
    1.19      @private
    1.20      int _restingZ;      // Original z position, saved while pickedUp