1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +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

@@ -39,7 +39,7 @@
#include "waypoint_cmd.h"
#include "road_cmd.h"
#include "tunnelbridge_cmd.h"
#include "newgrf_badge.h"
#include "newgrf_badge_gui.h"
#include "newgrf_roadstop.h"
#include "picker_gui.h"
#include "timer/timer.h"