相关代码 |
|
// Object.cpp: implementation of the CObject class. // ////////////////////////////////////////////////////////////////////// #include "Object.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CObject::CObject() { } CObject::~CObject() { }
相关资源 |
|