callback_table.h
author tron
Wed, 15 Dec 2004 22:18:54 +0000
changeset 679 04ca2cd69420
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif