// This file may be redistributed and modified only under the terms of // the GNU General Public License (See COPYING for details). // Copyright (C) 2004 Alistair Riddoch #include namespace Mercator { Plant::Plant() : m_height(0.f) { } Plant::~Plant() { } }