#include #include #include #include "leaf.h" Leaf::Leaf(int p_row, int p_col) { row = p_row; col = p_col; piece = '*'; }