www.pudn.com > final_6.rar > Attach.cpp
// Attach.cpp: implementation of the CAttach class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CG.h"
#include "Attach.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CAttach::CAttach()
{
texture=NULL;
}
CAttach::~CAttach()
{
}