HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
Version And Other Information For HatchKeeper. More...
#include <Info.h>
Public Member Functions | |
std::string | GetValidChars () |
Returns Chars That Are Allowed In Text Controls. More... | |
std::string | GetVersion () |
Returns The Version Of HatchKeeper. More... | |
std::string | GetPlatform () |
Returns The Platform For HatchKeeper. More... | |
std::string | GetCopyright () |
Returns Copyright Info. More... | |
Private Attributes | |
const std::string | HK_Platform = "Desktop" |
const std::string | HK_ValidChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -_,." |
const std::string | HK_Copyright = "(C) 2017 - 2023 by The HatchKeeper Team" |
Version And Other Information For HatchKeeper.
std::string HK_Info::GetCopyright | ( | ) |
Returns Copyright Info.
Definition at line 21 of file HK_Info.cpp.
std::string HK_Info::GetPlatform | ( | ) |
Returns The Platform For HatchKeeper.
Definition at line 18 of file HK_Info.cpp.
std::string HK_Info::GetValidChars | ( | ) |
Returns Chars That Are Allowed In Text Controls.
Definition at line 12 of file HK_Info.cpp.
std::string HK_Info::GetVersion | ( | ) |
Returns The Version Of HatchKeeper.
Definition at line 15 of file HK_Info.cpp.
|
private |
|
private |