Mercurial > hg > openttd
view src/callback_table.h @ 9149:856095066478 draft
(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 08 May 2008 13:30:50 +0000 |
parents | d48433370037 |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file callback_table.h Table with all command callbacks. */ #ifndef CALLBACK_TABLE_H #define CALLBACK_TABLE_H #include "command_type.h" extern CommandCallback *_callback_table[]; extern const int _callback_table_count; #endif /* CALLBACK_TABLE_H */