Codechange: Use EnumBitSet for PauseMode. (#13553)

This commit is contained in:
Peter Nelson
2025-02-14 08:30:04 +00:00
committed by GitHub
parent 3518d7e0f1
commit 6cf7a899e9
27 changed files with 113 additions and 118 deletions

View File

@@ -12,8 +12,7 @@
#include "command_type.h"
#include "economy_type.h"
enum PauseMode : uint8_t;
#include "openttd.h"
enum class LoanCommand : uint8_t {
Interval,