X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=Config.m;h=84e6c324a782a09f22fba76fc41f4e6ef38c2c83;hb=8a554859b8457eefa566c839062640fa450424af;hp=727b8b01a5c730824519b3deda548cb77a949918;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e;p=enjoyable.git diff --git a/Config.m b/Config.m index 727b8b0..84e6c32 100644 --- a/Config.m +++ b/Config.m @@ -7,11 +7,14 @@ #import "Config.h" +#import "JSAction.h" + @implementation Config { NSMutableDictionary *entries; } -@synthesize protect, name, entries; +@synthesize name; +@synthesize entries; - (id)init { if ((self = [super init])) {