Cog/Plugins/OpenMPT/OpenMPT/OMPTContainer.h
2018-01-04 18:00:39 -08:00

17 lines
249 B
Objective-C
Executable file

//
// OMPTContainer.h
// OpenMPT
//
// Created by Christopher Snowhill on 1/4/18.
// Copyright 2018 __LoSnoCo__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface OMPTContainer : NSObject <CogContainer> {
}
@end