www.pudn.com > SurfWareNew06.3.5(LYW).rar > Box.h


// Box.h: interface for the CBox class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_BOX_H__F8EABABB_CECF_4BBB_917D_0711DCF68453__INCLUDED_) 
#define AFX_BOX_H__F8EABABB_CECF_4BBB_917D_0711DCF68453__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "Model.h" 
 
class CBox : public CModel   
{ 
	SEOBJECT_DECLARE( CBox ) 
// attrib 
public: 
	float	_size; 
 
public: 
	CBox(); 
	CBox(float size,PlHPoint3Df center,COLORREF color); 
	virtual ~CBox(); 
 
}; 
 
#endif // !defined(AFX_BOX_H__F8EABABB_CECF_4BBB_917D_0711DCF68453__INCLUDED_)