1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00
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);
WORD GetKeyCode(System::UnicodeString key);
void DisableGameUX();
void AddDllOverride();
void AddDllOverride();
public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner);
};