mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 03:59:09 +00:00
Codechange: Move command callback declarations to the cmd header files.
This commit is contained in:
@@ -14,6 +14,19 @@
|
||||
#include "../command_func.h"
|
||||
#include "../company_func.h"
|
||||
#include "../settings_type.h"
|
||||
#include "../airport_cmd.h"
|
||||
#include "../depot_cmd.h"
|
||||
#include "../dock_cmd.h"
|
||||
#include "../group_cmd.h"
|
||||
#include "../industry_cmd.h"
|
||||
#include "../rail_cmd.h"
|
||||
#include "../road_cmd.h"
|
||||
#include "../terraform_cmd.h"
|
||||
#include "../town_cmd.h"
|
||||
#include "../train_cmd.h"
|
||||
#include "../tunnelbridge_cmd.h"
|
||||
#include "../vehicle_cmd.h"
|
||||
#include "../script/script_cmd.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
Reference in New Issue
Block a user