callback_table.h
author tron
Sat, 05 Feb 2005 14:18:25 +0000
changeset 1296 3c9e4c7fea2d
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1800) Make adding new debug categories to the command line parser easier
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif