XPMP2
X-Plane multiplayer library 2 - using instancing
src
Map.h
Go to the documentation of this file.
1
21
#ifndef _Map_h_
22
#define _Map_h_
23
24
namespace
XPMP2
{
25
27
typedef
std::map<std::string, XPLMMapLayerID>
mapMapLayerIDTy
;
28
30
void
MapInit
();
31
33
void
MapCleanup
();
34
35
36
}
37
38
#endif
XPMP2
Definition:
XPMPAircraft.h:70
XPMP2::MapInit
void MapInit()
Initialize the module.
Definition:
Map.cpp:371
XPMP2::MapCleanup
void MapCleanup()
Grace cleanup.
Definition:
Map.cpp:382
XPMP2::mapMapLayerIDTy
std::map< std::string, XPLMMapLayerID > mapMapLayerIDTy
A map holding our layer identifier, indexed by the map's name.
Definition:
Map.h:27
Generated by
1.9.1