1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 06:04:25 +01:00

Codechange: C++ initialise LanguageHeaderPack

This commit is contained in:
Rubidium
2025-05-06 18:33:22 +02:00
committed by rubidium42
parent 8f1e94c546
commit d70aeb72a7
3 changed files with 21 additions and 25 deletions

View File

@@ -10,8 +10,6 @@
#ifndef MEM_FUNC_HPP
#define MEM_FUNC_HPP
#include "math_func.hpp"
/**
* Type-safe version of memcpy().
*