Otclient  14/8/2020
minimap.h File Reference
Include dependency graph for minimap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MinimapTile
 
class  MinimapBlock
 
class  Minimap
 

Enumerations

enum  { MMBLOCK_SIZE = 64, OTMM_SIGNATURE = 0x4D4d544F, OTMM_VERSION = 1 }
 
enum  MinimapTileFlags { MinimapTileWasSeen = 1, MinimapTileNotPathable = 2, MinimapTileNotWalkable = 4 }
 

Variables

Minimap g_minimap
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MMBLOCK_SIZE 
OTMM_SIGNATURE 
OTMM_VERSION 

Definition at line 30 of file minimap.h.

◆ MinimapTileFlags

Enumerator
MinimapTileWasSeen 
MinimapTileNotPathable 
MinimapTileNotWalkable 

Definition at line 36 of file minimap.h.

Variable Documentation

◆ g_minimap

Minimap g_minimap

Definition at line 36 of file minimap.cpp.