Preliminary port of Shogi to the component API.
[tagua/yd.git] / src / variants / shogi / types.h
blobd89432f0258cc0e4420c5b0aa88f97ba60b908e2
1 /*
2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@gmail.com>
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 SHOGI__TYPES_H
12 #define SHOGI__TYPES_H
14 // include all shogi types
15 #include "types/king.h"
16 #include "types/gold.h"
17 #include "types/silver.h"
18 #include "types/knight.h"
19 #include "types/lance.h"
20 #include "types/rook.h"
21 #include "types/bishop.h"
22 #include "types/pawn.h"
24 #include "types/narigin.h"
25 #include "types/narikei.h"
26 #include "types/narikyo.h"
27 #include "types/dragonking.h"
28 #include "types/dragonhorse.h"
29 #include "types/tokin.h"
31 #endif // SHOGI__TYPES_H