cog/Plugins/GME/GameContainer.h

17 lines
237 B
Objective-C

//
// 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