mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- WIP keybinding cleanup
This commit is contained in:
parent
2c218349d4
commit
00b2467eea
12 changed files with 315 additions and 608 deletions
|
@ -116,4 +116,13 @@ struct FKeySection
|
|||
};
|
||||
extern TArray<FKeySection> KeySections;
|
||||
|
||||
struct GameFuncDesc
|
||||
{
|
||||
const char *action;
|
||||
const char *description;
|
||||
bool replaced;
|
||||
};
|
||||
#endif //__C_BINDINGS_H__
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue