Move command log functions to their own header, fix missing include

See: #586
This commit is contained in:
Jonathan G Rennison
2023-08-11 20:00:13 +01:00
parent 3ec633e63c
commit 644d2632f8
7 changed files with 23 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
#include "sl/saveload.h"
#include "company_func.h"
#include "command_func.h"
#include "command_log.h"
#include "news_func.h"
#include "fios.h"
#include "load_check.h"