www.pudn.com > Map_OpenGL.rar > Map_Tool.cpp


// Map_Tool.cpp: implementation of the CMap_Tool class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "Map_OpenGL.h" 
#include "Map_Tool.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
Map_Select CMap_Tool::map_select=none; 
 
CMap_Tool::CMap_Tool() 
{ 
 
} 
 
CMap_Tool::~CMap_Tool() 
{ 
 
}