summaryrefslogtreecommitdiffstats
path: root/ksirtet/ksirtet/ai.h
blob: 212668248606478717fdea9cddc59a1b48fef896 (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
  TQ_OBJECT
 public:
    KSAI();

 private:
    static const Data DATA[];
};

#endif