Merge cargo profits from cmbase

This commit is contained in:
dP
2020-07-04 16:31:18 +03:00
23 changed files with 461 additions and 51 deletions

View File

@@ -40,6 +40,8 @@
#include "table/strings.h"
#include <time.h>
#include "citymania/cm_console_cmds.hpp"
#include "safeguards.h"
/* scriptfile handling */
@@ -2221,4 +2223,6 @@ void IConsoleStdLibRegister()
/* NewGRF development stuff */
IConsoleCmdRegister("reload_newgrfs", ConNewGRFReload, ConHookNewGRFDeveloperTool);
IConsoleCmdRegister("newgrf_profile", ConNewGRFProfile, ConHookNewGRFDeveloperTool);
IConsoleCmdRegister("cmexport", citymania::ConExport);
}