www.pudn.com > Gesture[20040824].rar > SkinColor.cpp
// SkinColor.cpp: implementation of the CSkinColor class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Gesture.h"
#include "SkinColor.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CSkinColor::CSkinColor()
{
m_SkinImage = new CImage;
}
CSkinColor::~CSkinColor()
{
}