More better names.
[enjoyable.git] / Classes / NJOutput.h
index 52c0320..1c57d45 100644 (file)
 
 - (void)trigger;
 - (void)untrigger;
 
 - (void)trigger;
 - (void)untrigger;
-- (BOOL)update:(NJInputController *)jc;
+- (BOOL)update:(NJInputController *)ic;
 
 - (NSDictionary *)serialize;
 
 - (NSDictionary *)serialize;
-+ (NJOutput *)outputDeserialize:(NSDictionary *)serialization;
++ (NJOutput *)outputWithSerialization:(NSDictionary *)serialization;
 + (NSString *)serializationCode;
 
 - (void)postLoadProcess:(id <NSFastEnumeration>)allMappings;
 + (NSString *)serializationCode;
 
 - (void)postLoadProcess:(id <NSFastEnumeration>)allMappings;