cog/Plugins/sidplay/SidContainer.h

17 lines
251 B
Objective-C

//
// 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