From 339f8e2cb2fce18f6d32b3881a5cd390c0be488e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 4 Sep 2011 11:17:44 -0400 Subject: Implemented Jump mode (BETA) Dear god this is beta. I think I'll release a build for the testers soon so I can see what people think and then hammer out the bugs. Refs #204 --- Classes/CartDelegate.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Classes/CartDelegate.h (limited to 'Classes/CartDelegate.h') diff --git a/Classes/CartDelegate.h b/Classes/CartDelegate.h new file mode 100644 index 0000000..8c37019 --- /dev/null +++ b/Classes/CartDelegate.h @@ -0,0 +1,19 @@ +// +// CartDelegate.h +// Cartographic +// +// Created by Starla Insigna on 8/27/11. +// Copyright 2011 Four Island. All rights reserved. +// + +#import + +@class Cart; + +@protocol CartDelegate + +@optional +- (int)cartShouldFall:(Cart*)cart; +- (BOOL)cartIsObstructed:(Cart*)cart; + +@end -- cgit 1.4.1