www.pudn.com > WaterWaveInOpengl.rar > MyView.cpp
// MyView.cpp: implementation of the CMyView class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyView.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
IMPLEMENT_DYNCREATE(CMyView,COpenGLView)
CMyView::CMyView()
{
}
CMyView::~CMyView()
{
}