OpenTTD Source
20241111-master-gce64d5f5d9
|
Mock sprite cache implementation. More...
#include "../stdafx.h"
#include "../blitter/factory.hpp"
#include "../core/math_func.hpp"
#include "../spritecache.h"
#include "../spritecache_internal.h"
#include "../table/sprites.h"
Go to the source code of this file.
Functions | |
static bool | MockLoadNextSprite (SpriteID load_index) |
void | MockGfxLoadSprites () |
Mock sprite cache implementation.
Definition in file mock_spritecache.cpp.