OSDN Git Service

add small window mode
[eliscolors/main.git] / ElisAnimationLayerFactory.h
index d9f311d..0dc5545 100644 (file)
@@ -15,6 +15,6 @@
     NSBundle *bundle;
     CALayer* parentLayer;
 }
-- (CALayer*)createNewMovieLayer:(float)d name:(NSString*)name;
+- (CALayer*)createNewAnimationLayer:(float)d name:(NSString*)name type:(NSString*)t_type;
 - (CALayer*)createKeyframeLevelLayer;
 @end