1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +01:00

Codechange: remove MallocT, CallocT and ReallocT

This commit is contained in:
Rubidium
2025-02-23 03:21:18 +01:00
committed by rubidium42
parent 0d4346c8dc
commit c9624cef7c
6 changed files with 2 additions and 184 deletions

View File

@@ -8,7 +8,6 @@
/** @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"