callback_table.h
author miham
Sat, 09 Apr 2005 22:42:12 +0000
changeset 1670 db243ec2ccf2
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2174) [Translations] Updated translations (7 strs/2 langs)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif