Add SetActive function

This commit is contained in:
Georg Hagen
2025-01-30 00:13:53 +01:00
parent a2d4d61bc9
commit da299d6430
2 changed files with 12 additions and 0 deletions

View File

@@ -46,5 +46,7 @@ namespace OpenVulkano
void Tick() override;
void SetDefaultKeybindings();
void SetActive() override;
};
}