callback_table.h
author Darkvater
Thu, 12 Oct 2006 14:42:00 +0000
changeset 4828 9e32eafd4657
parent 2436 177cb6a8339f
permissions -rw-r--r--
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command.h"

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

#endif /* CALLBACK_TABLE_H */