callback_table.h
author darkvater
Mon, 24 Jan 2005 21:33:44 +0000
changeset 1147 3fae4b3e16a0
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1648) -Fix: server can now pause and unpause a game through the console. Use 'pause' and 'unpause'
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif