callback_table.h
author glx
Thu, 17 May 2007 19:47:04 +0000
branch0.5
changeset 5503 207038be1302
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r9864) [0.5] -Codechange (win32): Remove references to MSLU and hide UNICODE notice for win9x users in installer
/* $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 */