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

@@ -18,6 +18,7 @@
#include "command_func.h"
#include "waypoint_func.h"
#include "newgrf_badge.h"
#include "newgrf_badge_gui.h"
#include "newgrf_station.h"
#include "company_base.h"
#include "strings_func.h"