callback_table.h
author Darkvater
Thu, 16 Nov 2006 17:41:24 +0000
changeset 5101 797a070e5b22
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7172) -Fix [r6931]: The console showed '?' characters instead of colours. Now strip all
colours for the console. It's a bit magicky (magic numbers) but UTF8 fixes that soon.
/* $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 */