callback_table.h
author miham
Thu, 23 Jun 2005 18:07:17 +0000
changeset 1975 4d68fcb5ea50
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2481) [Translators] Updated translations to 20050623
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif