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

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

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

//
//  DiagonalsGame.h
//  Gridlock
//
//  Created by Brian on Sat Jul 10 2004.
//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
//

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

@interface DiagonalsGame : Game {
  id preparedMove;
  int p1Score;
  int p2Score;
}

@end