X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=SubAction.h;fp=SubAction.h;h=0000000000000000000000000000000000000000;hb=3f6df7a954fb74bcebf6fc6c0e60821843b0f31b;hp=7b297d85dbef4d209f4b1fcd92de24e0a4090f19;hpb=3a40cba25b9bb38887fe4809277d4c0f73462d12;p=enjoyable.git diff --git a/SubAction.h b/SubAction.h deleted file mode 100644 index 7b297d8..0000000 --- a/SubAction.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// SubAction.h -// Enjoy -// -// Created by Sam McCall on 5/05/09. -// Copyright 2009 University of Otago. All rights reserved. -// - -#import - -#import "JSAction.h" - -@interface SubAction : JSAction - -- (id)initWithIndex:(int)newIndex name:(NSString *)newName base:(JSAction *)newBase; - -@end