mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
key mapper dialog, ready.
This commit is contained in:
parent
2da95a2e8a
commit
12066963f0
8 changed files with 311 additions and 50 deletions
|
@ -1,6 +1,12 @@
|
|||
#pragma once
|
||||
#include "TTextBox.h"
|
||||
|
||||
struct winhelp_entry
|
||||
{
|
||||
int ControlId;
|
||||
int ContextId;
|
||||
};
|
||||
|
||||
class pinball
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue