Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added the IntToHex function.
[xestiacalendar/.git] / source / common / text.h
index f50113e..fa74d9b 100644 (file)
@@ -7,6 +7,7 @@
 #include <map>
 #include <iostream>
 #include <stdexcept>
+#include <iomanip>
 
 struct PropertyNameValue{
        std::string Name;
@@ -20,5 +21,6 @@ std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::stri
 std::map<std::string, std::string> 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
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy