callback_table.h
author truelight
Thu, 24 Mar 2005 14:31:27 +0000
changeset 1538 e1e80f10c029
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2042) -Fix: forgot to remove a printf ;)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif