Codebase list gridlock.app / debian/1.10-1 FiancoGame.h
debian/1.10-1

Tree @debian/1.10-1 (Download .tar.gz)

FiancoGame.h @debian/1.10-1raw · history · blame

//
//  FiancoGame.h
//  Gridlock
//
//  Created by Brian on Sun Mar 07 2004.
//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "Game.h"

@interface FiancoGame : Game {

}

@end