1
0
Fork 0
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:
oz 2020-12-13 16:05:19 +03:00
parent 2da95a2e8a
commit 12066963f0
8 changed files with 311 additions and 50 deletions

View file

@ -1,6 +1,12 @@
#pragma once
#include "TTextBox.h"
struct winhelp_entry
{
int ControlId;
int ContextId;
};
class pinball
{
public: