callback_table.h
author truelight
Thu, 30 Dec 2004 10:03:35 +0000
changeset 830 36c1366367e4
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1301) -Codechange: _industries finally has FOR_ALL_INDUSTRIES too
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif