callback_table.h
author Darkvater
Thu, 07 Dec 2006 00:54:18 +0000
changeset 5270 04ac3e7bdda4
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r7411) -Cleanup: Add 'Freetype' to dbg message output, just like all others
/* $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 */