Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5122 → Rev 5123

/programs/games/checkers/trunk/player.h
3,11 → 3,9
 
#include "position.h"
#include "sysproc.h"
#ifndef __MENUET__
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#endif
 
template <class tvalue>
class TBaseCompPlayer : public TChPlayer