www.pudn.com > OpenGL实现三维绘图.rar > DataManager.cpp


// DataManager.cpp: implementation of the CDataManager class. 
//数据管理类 
//王健 
//2002年12月21日 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "Test1.h" 
#include "DataManager.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CDataManager::CDataManager() 
{ 
 
} 
 
CDataManager::~CDataManager() 
{ 
 
}