www.pudn.com > MY_LOD.rar > LandTex.cpp


// LandTex.cpp: implementation of the CLandTex class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "MY_LOD.h" 
#include "LandTex.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CLandTex::CLandTex() 
{ 
 
} 
 
CLandTex::~CLandTex() 
{ 
 
} 
 
void CLandTex::NEW_BITMAP(unsigned int* tn, int* hf) 
{ 
 
}