X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=fa74d9b1833cc4a8cbd4c7c883d2ad099454dc99;hb=91fbe7fbe1eb9b7dd98faccb64102c7b0e7beeeb;hp=0cc513a8d4c3e7478e2a5afb0ad1beb2494a0b96;hpb=52069b98994d3695c73f4b22d2ea66a04fdda2cf;p=xestiacalendar%2F.git diff --git a/source/common/text.h b/source/common/text.h index 0cc513a..fa74d9b 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -2,9 +2,12 @@ #define __COMMON_TEXT_H__ #include +#include #include #include #include +#include +#include struct PropertyNameValue{ std::string Name; @@ -17,5 +20,7 @@ std::multimap ProcessTextVectors(std::vector SplitValues(std::string InputData); PropertyNameValue SplitNameValue(std::string InputData); +bool HexToInt(std::string *HexString, int *Number); +bool IntToHex(int *Number, std::string *HexString, int HexFill); #endif \ No newline at end of file