mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
Added user settings persistence.
Using ImGui .ini writer.
This commit is contained in:
parent
af5a70785e
commit
8bae7a5b05
12 changed files with 158 additions and 227 deletions
|
@ -1,12 +1,6 @@
|
|||
#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