callback_table.h
author truelight
Sun, 12 Dec 2004 17:22:02 +0000
changeset 604 fd5edf331182
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1028) -Update: updated MSVC6 project file (bociusz)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif