2019-11-08 20:05:21 -03:00
|
|
|
//
|
|
|
|
// GamePropertiesReader.h
|
|
|
|
// GME
|
|
|
|
//
|
|
|
|
// Created by Christopher Snowhill on 11/08/19.
|
2025-01-01 06:30:48 -03:00
|
|
|
// Copyright 2019-2025 __LoSnoCo__. All rights reserved.
|
2019-11-08 20:05:21 -03:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
#import "Plugin.h"
|
|
|
|
|
|
|
|
@interface GamePropertiesReader : NSObject <CogPropertiesReader> {
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|