Moved ICS related API to the ICSAPI abstract class.
[tagua/yd.git] / src / turntest.h
blob2746bc85ab7d0ba00c4afff9dc9b91860c560a2a
1 /*
2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@sns.it>
3 (c) 2007 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #ifndef TURNTEST_H
12 #define TURNTEST_H
14 class TurnTest {
15 public:
16 virtual ~TurnTest() { }
17 virtual bool operator()(int turn) const = 0;
20 #endif // TURNTEST_H