summaryrefslogtreecommitdiff
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;
}