cog/Plugins/sidplay/SidContainer.h

17 lines
251 B
C
Raw Normal View History

2014-12-08 06:26:31 +00:00
//
// SidContainer.h
// sidplay
//
// Created by Christopher Snowhill on 12/8/14.
// Copyright 2014 __NoWork, Inc__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface SidContainer : NSObject <CogContainer> {
}
@end