From 559babcdc96d5e2de5e964c9d9b6109e4cfbcffc Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Jul 2005 07:02:20 +0000 Subject: (svn r2673) Include functions.h directly, not globally via openttd.h --- callback_table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'callback_table.h') diff --git a/callback_table.h b/callback_table.h index f3540521d..83deb9c95 100644 --- a/callback_table.h +++ b/callback_table.h @@ -1,6 +1,8 @@ #ifndef CALLBACK_TABLE_H #define CALLBACK_TABLE_H +#include "functions.h" + extern CommandCallback *_callback_table[]; extern const int _callback_table_count; -- cgit v1.2.3-54-g00ecf