Add a PromotionManager.
[tagua/yd.git] / tests / variants / test_utils.h
blobe2bde3eb99d04ce0a28fd1830e3db6d02fd52ff8
1 /*
2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@gmail.com>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
8 */
10 #ifndef TEST_UTILS_H
11 #define TEST_UTILS_H
13 #include <iosfwd>
15 class Piece;
16 class QString;
18 std::ostream& operator<<(std::ostream& os, const Piece& piece);
19 std::ostream& operator<<(std::ostream& os, const QString& str);
21 #endif // TEST_UTILS_H