removed clock pref widget. clock prefs are definitively part of the lua theme.
[kboard.git] / src / variants / xiangqi.h_
blob1164221b4e31bd33fb3195df3a76aac780b95029
1 #ifndef VARIANTS__XIANGQI_H
2 #define VARIANTS__XIANGQI_H
4 #include "chess.h"
6 class XiangQiVariant {
7 private:
8   static VariantInfo* static_xiangqi_variant;
9 public:
10   static VariantInfo* info();
13 #endif //VARIANTS__XIANGQI_H