// Z3DCloth.cpp: implementation of the CZ3DCloth class. // ////////////////////////////////////////////////////////////////////// #pragma warning(disable:4786) #include "Z3DCloth.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CZ3DCloth::CZ3DCloth() { } CZ3DCloth::~CZ3DCloth() { }