callback_table.h
author truelight
Sun, 12 Dec 2004 17:32:32 +0000
changeset 605 2013f4f5ac3d
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1029) -Update: also added md5.h to vc6 / vc.net project files (bociusz)
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif