17 lines
237 B
C
17 lines
237 B
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
|