mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#ifndef CALLBACK_TABLE_H
|
||||
#define CALLBACK_TABLE_H
|
||||
|
||||
#include "functions.h"
|
||||
#include "command.h"
|
||||
|
||||
extern CommandCallback *_callback_table[];
|
||||
extern const int _callback_table_count;
|
||||
|
||||
Reference in New Issue
Block a user