callback_table.h
author truelight
Tue, 28 Dec 2004 09:24:02 +0000
changeset 813 90d6adb8d4ad
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif