mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 09:48:58 +02:00
[desktop] Fix more errors...
Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
parent
1c88016ef0
commit
6c7f04862a
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ const std::optional<Common::UUID> GetProfileID();
|
|||
*/
|
||||
std::string GetProfileIDString();
|
||||
|
||||
void eraseBetweenStrings(std::string& str, const std::string& start_str, const std::string& end_str);
|
||||
void eraseAll(std::string& str, const std::string& sub_str);
|
||||
|
||||
std::string GetReadablePlayTime(u64 time_seconds);
|
||||
std::string GetPlayTimeHours(u64 time_seconds);
|
||||
std::string GetPlayTimeMinutes(u64 time_seconds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue