2022-01-03 06:51:53 -03:00
|
|
|
//
|
|
|
|
// libvgmPropertiesReader.h
|
|
|
|
// libvgmPlayer
|
|
|
|
//
|
|
|
|
// Created by Christopher Snowhill on 01/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 libvgmPropertiesReader : NSObject <CogPropertiesReader> {
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|