callback_table.h
author dominik
Mon, 24 Jan 2005 23:28:47 +0000
changeset 1155 7e6f41c301ff
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1656) Sorry, this is of course the 2004 version of Linkgame Islands
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif