forked from metin2/client
21 lines
445 B
C++
21 lines
445 B
C++
// EnvironmentMap.cpp: implementation of the CEnvironmentMap class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "stdafx.h"
|
|
#include "EnvironmentMap.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CEnvironmentMap::CEnvironmentMap()
|
|
{
|
|
|
|
}
|
|
|
|
CEnvironmentMap::~CEnvironmentMap()
|
|
{
|
|
|
|
}
|