callback_table.h
author miham
Sat, 09 Jul 2005 17:45:57 +0000
changeset 2031 34a8c0a6384a
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2540) [Translators] Updated translations to 20050709 (12 lang(s))
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif