/////////////////////////////////////////////////////////////////////////////
// 클래스 전방 참조
class CBaseView;
 
class CGameView 
{
// Constructor and Destructor
public:
  CGameView();
  CGameView(CBaseView* pBaseView);
  virtual ~CGameView();
 
// Initialization
public:
 
// Methods
public:
 
// Properties Set...(), Get...()
public:
 
// Attributes
public:
 
}
 
2006/10/16 21:58 2006/10/16 21:58

글 걸기 주소 : 이 글에는 트랙백을 보낼 수 없습니다

덧글을 달아 주세요