callback_table.h
author peter1138
Thu, 28 Dec 2006 16:11:07 +0000
changeset 5401 b329aa268ce4
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used.
/* $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 */