Codechange: Move command callback declarations to the cmd header files.

This commit is contained in:
Michael Lutz
2021-10-10 02:35:06 +02:00
parent 7048e1522f
commit 123c7f99c3
24 changed files with 110 additions and 56 deletions

View File

@@ -31,7 +31,9 @@
#include "hotkeys.h"
#include "engine_base.h"
#include "terraform_gui.h"
#include "terraform_cmd.h"
#include "zoom_func.h"
#include "rail_cmd.h"
#include "widgets/terraform_widget.h"