他人の空似自作物置場

touhouSE.zip/touhouSE_src/th11_utility.h


namespace TH11 { namespace Utility {

bool TextDeCrypt(unsigned char *data, unsigned int size);
bool TextDeCrypt(std::vector<unsigned char> &data);
bool TextEnCrypt(unsigned char *data, unsigned int size);
bool TextEnCrypt(std::vector<unsigned char> &data);

} // utility

} // th11