Otclient 1.0  14/8/2020
mapview.cpp File Reference
#include "mapview.h"
#include "animatedtext.h"
#include "creature.h"
#include "game.h"
#include "lightview.h"
#include "map.h"
#include "missile.h"
#include "shadermanager.h"
#include "statictext.h"
#include "tile.h"
#include <framework/core/application.h>
#include <framework/core/eventdispatcher.h>
#include <framework/core/resourcemanager.h>
#include <framework/graphics/framebuffermanager.h>
#include <framework/graphics/graphics.h>
#include <framework/graphics/image.h>
Include dependency graph for mapview.cpp:

Go to the source code of this file.

Enumerations

enum  { NEAR_VIEW_AREA = 32 * 32, MID_VIEW_AREA = 64 * 64, FAR_VIEW_AREA = 128 * 128, MAX_TILE_DRAWS = NEAR_VIEW_AREA * 7 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NEAR_VIEW_AREA 
MID_VIEW_AREA 
FAR_VIEW_AREA 
MAX_TILE_DRAWS 

Definition at line 42 of file mapview.cpp.