callback_table.h
author KUDr
Fri, 29 Dec 2006 17:51:16 +0000
changeset 5417 a0224e6cedd1
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r7620) -Fix: [OPF] signal update was incorrectly propagated:
- through incompatible rail types
- from under bridge track to the bridge ramp (peter1138)
- same for tunnels (from track on top of tunnel entry to the tunnel)
/* $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 */