callback_table.h
author bjarni
Tue, 07 Dec 2004 17:58:06 +0000
changeset 563 a6ef8e441cd6
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r972) Makefile: added make release (currently only works on mac)
Mac: sets the STATIC flag if no makefile.config is found
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif