ManaPlus
Variables
compoundsprite.cpp File Reference

(986a3bf)

#include "being/compoundsprite.h"
#include "configuration.h"
#include "sdlshared.h"
#include "being/compounditem.h"
#include "render/surfacegraphics.h"
#include "resources/imagehelper.h"
#include "resources/image/image.h"
#include "utils/delete2.h"
#include "utils/dtor.h"
#include "utils/foreach.h"
#include "utils/likely.h"
#include "utils/sdlcheckutils.h"
#include "game.h"
#include "const/resources/map/map.h"
#include "resources/map/map.h"
#include "utils/timer.h"
#include <SDL_endian.h>
#include "debug.h"

Go to the source code of this file.

Variables

static const int BUFFER_WIDTH = 100
 
static const int BUFFER_HEIGHT = 100
 
static const unsigned cache_max_size = 10
 
static const unsigned cache_clean_part = 3
 

Variable Documentation

◆ BUFFER_HEIGHT

const int BUFFER_HEIGHT = 100
static

Definition at line 65 of file compoundsprite.cpp.

Referenced by CompoundSprite::redraw().

◆ BUFFER_WIDTH

const int BUFFER_WIDTH = 100
static

Definition at line 64 of file compoundsprite.cpp.

Referenced by CompoundSprite::redraw().

◆ cache_clean_part

const unsigned cache_clean_part = 3
static

Definition at line 67 of file compoundsprite.cpp.

Referenced by CompoundSprite::updateFromCache().

◆ cache_max_size

const unsigned cache_max_size = 10
static

Definition at line 66 of file compoundsprite.cpp.

Referenced by CompoundSprite::updateFromCache().