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
commit110fc94cb539fcb742e8c01ee52e130d4ca9989e (patch)
treed6137e3f74b95c0ab9bddfa6a5f7cce396e73a76 /callback_table.h
parentfa438870033b1b49936491b95e7479e2ac1b15cb (diff)
downloadopenttd-110fc94cb539fcb742e8c01ee52e130d4ca9989e.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;