cog/Plugins/GME/GameContainer.h

18 lines
238 B
Objective-C
Executable File

//
// GameFile.h
// Cog
//
// Created by Vincent Spader on 5/29/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface GameContainer : NSObject <CogContainer> {
}
@end