This commit is contained in:
FunkyFr3sh 2023-09-07 19:55:21 +02:00
parent f3c57b477e
commit 5a76fc8f9f

View file

@ -122,7 +122,7 @@ private: // Benutzer-Deklarationen
System::UnicodeString GetKeyText(WORD key); System::UnicodeString GetKeyText(WORD key);
WORD GetKeyCode(System::UnicodeString key); WORD GetKeyCode(System::UnicodeString key);
void DisableGameUX(); void DisableGameUX();
void AddDllOverride(); void AddDllOverride();
public: // Benutzer-Deklarationen public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner); __fastcall TConfigForm(TComponent* Owner);
}; };