callback_table.h
author rubidium
Thu, 28 Dec 2006 00:57:56 +0000
changeset 5584 a2beaf8ed3a4
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.
/* $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 */