callback_table.h
author darkvater
Wed, 13 Apr 2005 13:09:25 +0000
changeset 1686 c6e9935fa774
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2190) - Fix: [1179424] '.. (Parent directory)' does not show up in the root-directory anymore; win32 only (mgasterix)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif