callback_table.h
author truelight
Mon, 20 Dec 2004 16:02:01 +0000
changeset 734 f4ad2f5805fd
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1186) -Fix: [Network] You can now join a company on a server where a company
went bankrupt, without joining the wrong company (or even failing to do so)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif