www.pudn.com > final_6.rar > Attach.h


// Attach.h: interface for the CAttach class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_ATTACH_H__51004812_74A2_41B0_A0AA_B32AF32A54A8__INCLUDED_) 
#define AFX_ATTACH_H__51004812_74A2_41B0_A0AA_B32AF32A54A8__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "BitmapTexture.h" 
 
class CAttach : public CObject   // 存放物体附属信息 
{ 
public:  
    CBitmapTexture *texture; //纹理 
public: 
	CAttach(); 
	virtual ~CAttach(); 
 
}; 
 
#endif // !defined(AFX_ATTACH_H__51004812_74A2_41B0_A0AA_B32AF32A54A8__INCLUDED_)