callback_table.h
author Darkvater
Tue, 28 Nov 2006 21:13:45 +0000
changeset 5173 91e541fbae4e
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r7283) -Revert (r1932): Remove scancode 41 for linux console because it is 49. If some linux
flavour does use 41, use proper #ifdef guards around it, because right now 'f' also
toggles console.
/* $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 */