// CreatureSize.cpp: implementation of the CCreatureSize class. // ////////////////////////////////////////////////////////////////////// #include "CreatureSize.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CCreatureSize::CCreatureSize() { } CCreatureSize::~CCreatureSize() { }