callback_table.h
author Darkvater
Mon, 04 Apr 2005 19:14:40 +0000
changeset 1645 fbc908cc6ecb
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2149) - Fix (Regression): [ 1175877 ] Inputbox of savegamedialog did not have "focus", keyinput went to game. A quick fix for the horrid inputkey-handling.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif