callback_table.h
author truelight
Wed, 06 Apr 2005 15:39:18 +0000
changeset 1652 201cbfba7797
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2156) -Fix: in revision 2104 someone forgot to add a very important check in
GetPrevVehicleInChain; this caused some nasty bugs in depots, like
wagons without engines complain about not being stopped, and stuff like
that. Hopefully this fixes those problems. With a big tnx to BJH for his
perfect demo!
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif