cog/Plugins/vgmstream/vgmstream/VGMContainer.h

18 lines
249 B
Objective-C
Executable File

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