callback_table.h
author truelight
Thu, 23 Dec 2004 17:12:30 +0000
changeset 784 a490f92a33c2
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif