CCustomTextInfo.cpp 535 B

123456789101112
  1. #include "CCustomTextInfo.h"
  2. //-------------------------------------------------------------------------------------------------
  3. //001E3818
  4. void CCustomTextInfo::ReplaceString(wchar_t *, wchar_t const *, wchar_t const *) {
  5. }
  6. //-------------------------------------------------------------------------------------------------
  7. //001E3894
  8. void CCustomTextInfo::LoadInfo(CFTTXmlReaderNode *) {
  9. LOGI("CCustomTextInfo::LoadInfo entry");
  10. }
  11. //-------------------------------------------------------------------------------------------------