2022-01-03 06:51:53 -03:00
|
|
|
//
|
|
|
|
// libvgmContainer.h
|
|
|
|
// libvgmPlayer
|
|
|
|
//
|
|
|
|
// Created by Christopher Snowhill on 1/02/22.
|
2025-01-01 06:30:48 -03:00
|
|
|
// Copyright 2022-2025 __LoSnoCo__. All rights reserved.
|
2022-01-03 06:51:53 -03:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
#import "Plugin.h"
|
|
|
|
|
|
|
|
@interface libvgmContainer : NSObject <CogContainer> {
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|