Mercurial > hg > openttd
view callback_table.h @ 2444:c1145552a533 draft
(svn r2970) - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops.
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Thu, 22 Sep 2005 20:35:20 +0000 |
parents | 027bdc04f0ed |
children | 94deb59a0d47 |
line wrap: on
line source
/* $Id$ */ #ifndef CALLBACK_TABLE_H #define CALLBACK_TABLE_H #include "functions.h" extern CommandCallback *_callback_table[]; extern const int _callback_table_count; #endif /* CALLBACK_TABLE_H */