Files @ r2280:70feb404746f
Branch filter:

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

miham
(svn r2804) [Translators] Updated translations to 20050804 (21 lang(s))
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif