callback_table.h
author dominik
Tue, 25 Jan 2005 20:47:02 +0000
changeset 1172 ef009694695c
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1674) - Fix: Signs are now displayed in the correct color at all zoom levels
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif