X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Target.h;h=d2341621aaef39a2d0ad1210123ab97d961c8e7f;hp=df3535b7176b8c35973f008b5e6d07a4e536268f;hb=f864d363128de19fc6591b77ae9226b34166d715;hpb=f563321aec9e13b8479ab3b890a9179f095a8b17 diff --git a/Target.h b/Target.h index df3535b..d234162 100644 --- a/Target.h +++ b/Target.h @@ -6,7 +6,7 @@ // Copyright 2009 University of Otago. All rights reserved. // -@class JoystickController; +@class NJInputController; @interface Target : NSObject @@ -16,7 +16,7 @@ - (void)trigger; - (void)untrigger; -- (BOOL)update:(JoystickController *)jc; +- (BOOL)update:(NJInputController *)jc; - (NSDictionary *)serialize; + (Target *)targetDeserialize:(NSDictionary *)serialization