callback_table.h
author darkvater
Thu, 20 Jan 2005 18:57:09 +0000
changeset 1077 7da1f53526cd
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1578) -Fix: [1102454] dedicated server crashes after some hours (highscore problems for dedicated...should be really solved now)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif