Files @ r5454:92b887b93c71
Branch filter:

Location: cpp/openttd-patchpack/source/callback_table.h

miham
(svn r7715) WebTranslator2 update to 2007-01-01 14:24:49
estonian - 1 deleted, 5 changed by kristjans (6)
turkish - 1 changed by jnmbk (1)
/* $Id$ */

#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 */