callback_table.h
author celestar
Mon, 01 Jan 2007 16:10:01 +0000
branchcustombridgeheads
changeset 5622 2f0cb276d32a
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7720) [cbh] - Fix: Trains can now access bridges from, and depart bridge onto, non X- and Y-direction Tracks.
/* $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 */