summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/rcheckers.h
Side-by-side diff
Diffstat (limited to 'noncore/games/kcheckers/rcheckers.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kcheckers/rcheckers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kcheckers/rcheckers.h b/noncore/games/kcheckers/rcheckers.h
index d44bfd1..01913a5 100644
--- a/noncore/games/kcheckers/rcheckers.h
+++ b/noncore/games/kcheckers/rcheckers.h
@@ -1,28 +1,28 @@
#ifndef RCHECKERS_H
#define RCHECKERS_H
-#include <checkers.h>
+#include "checkers.h"
class RCheckers:public Checkers
{
public:
RCheckers(int skill):Checkers(skill){};
bool go1(int,int);
bool checkCapture1();
bool checkCapture2();
private:
void kingMove2(int,int &);
bool manCapture1(int,int,bool &);
bool kingCapture1(int,int,bool &);
bool manCapture2(int,int &);
bool kingCapture2(int,int,int &);
};
#endif