123456789101112 |
- #include "CCustomTextInfo.h"
- //-------------------------------------------------------------------------------------------------
- //001E3818
- void CCustomTextInfo::ReplaceString(wchar_t *, wchar_t const *, wchar_t const *) {
- }
- //-------------------------------------------------------------------------------------------------
- //001E3894
- void CCustomTextInfo::LoadInfo(CFTTXmlReaderNode *) {
- LOGI("CCustomTextInfo::LoadInfo entry");
- }
- //-------------------------------------------------------------------------------------------------
|