usbloadergx/source/utils/sjis.h

9 lines
118 B
C
Raw Normal View History

#ifndef SJIS_H
#define SJIS_H
#include <string>
std::string sj2utf8(const std::string &input);
#endif /* SJIS_H */