callback_table.h
author Darkvater
Fri, 06 May 2005 18:34:28 +0000
changeset 1771 74bf477b5dec
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2275) - Fix: [ 1196662 ] scrollto doesn't accept hexadecimal numbers
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif