callback_table.h
author pasky
Sun, 06 Mar 2005 21:20:34 +0000
changeset 1445 038e13fa2ef6
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1949) Fixed the CzechChoose usage in the Czech word tables. Now selecting colours actually works.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif