callback_table.h
author Darkvater
Fri, 15 Apr 2005 21:37:56 +0000
changeset 1702 6402cfbb9772
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2206) - Regression Fix: slight typo of res2 into res, this also fixes recent bug "[ 1183396 ] Train can't find depot, it gives money in Multiplayer"
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif