cog/Plugins/GME/GamePlugin.h

18 lines
238 B
Objective-C

//
// GamePlugin.h
// GME
//
// Created by Vincent Spader on 10/11/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface GamePlugin : NSObject <CogPlugin> {
}
@end