1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 18:02:37 +01:00

Codechange: remove ZeroedMemoryAllocator

This commit is contained in:
Rubidium
2025-02-22 21:01:43 +01:00
committed by rubidium42
parent adb0858c05
commit 15dcf56dad
5 changed files with 4 additions and 39 deletions

View File

@@ -8,6 +8,7 @@
/** @file spritecache.cpp Caching of sprites. */
#include "stdafx.h"
#include "core/alloc_func.hpp"
#include "random_access_file_type.h"
#include "spriteloader/grf.hpp"
#include "spriteloader/makeindexed.h"