callback_table.h
author tron
Fri, 22 Jul 2005 18:19:06 +0000
changeset 2168 626588317daf
parent 2163 b17b313113a0
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2682) Static, casts, misc.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

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

#endif