callback_table.h
author truelight
Sun, 17 Jul 2005 16:22:27 +0000
changeset 2102 fa9969da95b9
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2612) -Fix: corrected headers for ai_new.h
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif