callback_table.h
author darkvater
Mon, 24 Jan 2005 23:44:24 +0000
changeset 1157 5cbea454ba1c
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1658) -Update readme and windows installer for 0.3.6
-Fix up VS6 and add new default icon for OpenTTD
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif