view src/callback_table.h @ 7867:118025b3553f draft

(svn r11417) -Fix[FS#1421]: Let the main viewport stay where the vehicle was last seen while been center-followed
author belugas <belugas@openttd.org>
date Mon, 12 Nov 2007 01:12:32 +0000 (2007-11-12)
parents 595dc16a6fd8
children 9cc845deddfe
line wrap: on
line source
/* $Id$ */

/** @file callback_table.h  */

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