Added gitignore
[tagua/yd.git] / src / kboard_fwd.h
bloba511f65b4082987f05805333901813207d1b9397
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@sns.it>
3 (c) 2006 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 __KBOARD_FWD_H__
12 #define __KBOARD_FWD_H__
14 class AbstractMove;
15 class AbstractPosition;
16 class AbstractPiece;
17 class AbstractAnimator;
18 class VariantInfo;
20 typedef boost::shared_ptr<class AbstractMove> MovePtr;
21 typedef boost::shared_ptr<class AbstractPosition> PositionPtr;
22 typedef boost::shared_ptr<class AbstractPiece> PiecePtr;
23 typedef boost::shared_ptr<class AbstractAnimator> AnimatorPtr;
24 typedef boost::shared_ptr<class VariantInfo> VariantPtr;
26 #endif //__KBOARD_FWD_H__