Ability to change username (#432)

This commit is contained in:
¥IGA 2024-08-15 11:33:10 +02:00 committed by GitHub
parent 9adc638220
commit 8c77d4dde6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 31 deletions

View file

@ -15,6 +15,7 @@ bool isNeoMode();
bool isFullscreenMode();
std::string getLogFilter();
std::string getLogType();
std::string getUserName();
u32 getScreenWidth();
u32 getScreenHeight();