callback_table.h
author hackykid
Sat, 09 Jul 2005 11:39:35 +0000
changeset 2029 0d1d7f30a0db
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2538) - Fix: Use IsCompatibleRailType() function instead of checking this yourself.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif