Files @ r5242:5c27f3391b8b
Branch filter:

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

Darkvater
(svn r7366) -Fix: Out of bounds widget access when accessing orders window of other players.
/* $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 */