Mercurial > hg > openttd
view src/callback_table.h @ 7334:e9bc6de8292f draft
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 26 Jul 2007 15:37:19 +0000 |
parents | 595dc16a6fd8 |
children | 9cc845deddfe |
line wrap: on
line source
/* $Id$ */ /** @file callback_table.h */ #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 */