cog/Plugins/vgmstream/vgmstream/VGMContainer.h

17 lines
248 B
Objective-C

//
// VGMContainer.h
// VGMStream
//
// Created by Christopher Snowhill on 9/1/17.
// Copyright 2017 __LoSnoCo__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface VGMContainer : NSObject <CogContainer> {
}
@end