summaryrefslogtreecommitdiff
path: root/callback_table.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-10-12 14:42:00 +0000
committerDarkvater <Darkvater@openttd.org>2006-10-12 14:42:00 +0000
commit02d291232e70b8b3211eadbd1649d4854a49b833 (patch)
treed6137e3f74b95c0ab9bddfa6a5f7cce396e73a76 /callback_table.h
parentd76c0e2dc89ccde306e9ba17de7302a5d8e9bf64 (diff)
downloadopenttd-02d291232e70b8b3211eadbd1649d4854a49b833.tar.xz
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
Diffstat (limited to 'callback_table.h')
-rw-r--r--callback_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_table.h b/callback_table.h
index 15c8d4d6a..f555fcf60 100644
--- a/callback_table.h
+++ b/callback_table.h
@@ -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;