19 lines
268 B
Objective-C
Executable File
19 lines
268 B
Objective-C
Executable File
//
|
|
// GamePropertiesReader.h
|
|
// GME
|
|
//
|
|
// Created by Vincent Spader on 10/10/07.
|
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "Plugin.h"
|
|
|
|
@interface GamePropertiesReader : NSObject <CogPropertiesReader>
|
|
{
|
|
|
|
}
|
|
|
|
@end
|