callback_table.h
author bjarni
Sat, 22 Jan 2005 23:55:45 +0000
changeset 1099 ad7522bd5c1c
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1600) Mac: applied the new icon to the mac binary file
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif