Files @ r2379:3e46bc0c8a9e
Branch filter:

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

Darkvater
(svn r2905) fix casing
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

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

#endif