Files @ r8141:42cd6a34e115
Branch filter:

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

miham
(svn r11703) -Update: WebTranslator2 update to 2007-12-26 17:33:24
estonian - 16 changed by kristjans (16)
polish - 94 fixed, 6 changed by meush (100)
russian - 22 fixed by Smoky555 (22)
spanish - 11 fixed by eusebio (11)
traditional_chinese - 25 fixed, 4 changed by xbddc (29)
/* $Id$ */

/** @file callback_table.h  */

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