|
OpenTTD Source 20251116-master-g21329071df
|
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"#include "../safeguards.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.
| void MockGfxLoadSprites | ( | ) |
Definition at line 42 of file mock_spritecache.cpp.
|
static |
Definition at line 20 of file mock_spritecache.cpp.