callback_table.h
author tron
Wed, 23 Mar 2005 21:57:10 +0000
changeset 1535 84d53678f31f
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2039) IS_RAIL_DEPOT -> IsRailDepot, IS_RAIL_WAYPOINT -> IsRailWaypoint
remove now unused enums and remove a redundant condition in one if
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif