Files @ r5459:3ecf8d683b5b
Branch filter:

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

miham
(svn r7723) WebTranslator2 update to 2007-01-01 19:13:54
german - 1 changed by moewe2 (1)
greek - 63 changed by gonik (63)
slovak - 3 fixed, 4 changed by lengyel (7)
/* $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 */