callback_table.h
author Darkvater
Fri, 15 Jul 2005 21:17:38 +0000
changeset 2074 f23dcde246da
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2584) - Fix: Game no longer asserts when you use the remove-road tool on a town building or industry.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif