index
:
delta/cppunit.git
cppunit-1-13
feature/buildsystem_rewrite
feature/c++11
feature/cmake
feature/new_assert_macros
feature/parameterized
master
anongit.freedesktop.org: git/libreoffice/cppunit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
hierarchy
/
Chess.cpp
blob: a49263cc0ee1e76b1729e4b284d3afb0d09fbcbb (
plain
)
1
2
3
4
5
6
7
#include "Chess.h" int Chess::getNumberOfPieces() const { return 32; }