1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 01:12:39 +01:00

Codechange: Move GUI parts of badges to a separate file. (#14023)

This commit is contained in:
Peter Nelson
2025-04-18 17:20:31 +01:00
committed by GitHub
parent 67d6089f39
commit 394adb654e
14 changed files with 344 additions and 276 deletions

View File

@@ -21,6 +21,7 @@
#include "town.h"
#include "cheat_type.h"
#include "newgrf_badge.h"
#include "newgrf_badge_gui.h"
#include "newgrf_industries.h"
#include "newgrf_text.h"
#include "newgrf_debug.h"