cog/Plugins/GME/GamePropertiesReader.h

19 lines
268 B
C
Raw Normal View History

2007-10-11 23:11:58 +00:00
//
// 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