HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
HK_Info.cpp
Go to the documentation of this file.
1 /*******************************************************************/
9 #include "../headers/Info.h"
10 
12 std::string HK_Info::GetValidChars(){return HK_ValidChars;}
13 
15 std::string HK_Info::GetVersion(){return _VERSION_;}
16 
18 std::string HK_Info::GetPlatform(){return HK_Platform;}
19 
21 std::string HK_Info::GetCopyright(){return HK_Copyright;}
const std::string HK_ValidChars
Definition: Info.h:25
const std::string HK_Copyright
Definition: Info.h:26
std::string GetVersion()
Returns The Version Of HatchKeeper.
Definition: HK_Info.cpp:15
std::string GetCopyright()
Returns Copyright Info.
Definition: HK_Info.cpp:21
std::string GetValidChars()
Returns Chars That Are Allowed In Text Controls.
Definition: HK_Info.cpp:12
std::string GetPlatform()
Returns The Platform For HatchKeeper.
Definition: HK_Info.cpp:18
const std::string HK_Platform
Definition: Info.h:24