X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.h;h=72f00844de29899ae28f51f20fb2e170af68d807;hp=cc96f2a53cd21ca535cccebfb82391809ef62ca9;hb=794561a4606fa9e31e3b2b077891f5b1e6084698;hpb=320e3065d251e11370e571df5705675937b76521 diff --git a/Config.h b/Config.h index cc96f2a..72f0084 100644 --- a/Config.h +++ b/Config.h @@ -17,5 +17,6 @@ - (id)initWithName:(NSString *)name; - (Target *)objectForKeyedSubscript:(JSAction *)action; - (void)setObject:(Target *)target forKeyedSubscript:(JSAction *)action; +- (NSDictionary *)serialize; @end