fix l4l alpha levels

Origin commit data
------------------
Commit: de61085203
Author: TangoCash <eric@loxat.de>
Date: 2018-12-24 (Mon, 24 Dec 2018)
This commit is contained in:
TangoCash
2018-12-24 23:43:45 +01:00
committed by vanhofen
parent ca5e7c7b62
commit 185f95546f
2 changed files with 18 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ class CLCD4l
bool CompareParseID(uint64_t &i_ParseID);
std::string hexStr(unsigned char data);
std::string hexStrA2A(unsigned char data);
void strReplace(std::string &orig, const std::string &fstr, const std::string &rstr);
bool WriteFile(const char *file, std::string content = "", bool convert = false);