callback_table.h
author peter1138
Thu, 14 Dec 2006 19:10:46 +0000
changeset 5334 12140f2008c8
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself.
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif /* CALLBACK_TABLE_H */