X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJOutput.h;fp=Classes%2FNJOutput.h;h=52c03201058f537f4554fe70d72d4405e9d481bb;hp=aeb8e4683343c52d9060a9607ca4d6f08cdd4a64;hb=93d9951d6bd16b37e88b8fb6c38bc4afd6c9401e;hpb=6a8c6539cc3f7a4b32a9f226da6ae06074e4f0cb diff --git a/Classes/NJOutput.h b/Classes/NJOutput.h index aeb8e46..52c0320 100644 --- a/Classes/NJOutput.h +++ b/Classes/NJOutput.h @@ -6,7 +6,7 @@ // Copyright 2009 University of Otago. All rights reserved. // -@class NJDeviceController; +@class NJInputController; @interface NJOutput : NSObject @@ -16,7 +16,7 @@ - (void)trigger; - (void)untrigger; -- (BOOL)update:(NJDeviceController *)jc; +- (BOOL)update:(NJInputController *)jc; - (NSDictionary *)serialize; + (NJOutput *)outputDeserialize:(NSDictionary *)serialization;