forked from mirror/OpenTTD
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
This commit is contained in:
@@ -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