callback_table.h
author miham
Fri, 01 Apr 2005 20:03:48 +0000
changeset 1612 0ff0e84b3e12
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2116) [Translations] Updated translations
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif