callback_table.h
author tron
Tue, 22 Feb 2005 12:48:03 +0000
changeset 1394 79cb56d80a3a
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1898) Remove some unused macros from macros.h and move some others to more appropriate headers
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif