callback_table.h
author tron
Tue, 07 Jun 2005 18:13:49 +0000
changeset 1926 530480d14685
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif