summaryrefslogtreecommitdiffstats
path: root/ksirtet/ksirtet/ai.h
blob: a24ad001e302bec655bd2157bfec016ade5d4560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef KS_AI_H
#define KS_AI_H

#include "common/ai.h"


class KSAI : public AI
{
    Q_OBJECT
  
 public:
    KSAI();

 private:
    static const Data DATA[];
};

#endif