
#import "../ComputerPlayer.h"

@interface GreedyComp:ComputerPlayer
{
}

@end
