mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
9 lines
118 B
C
9 lines
118 B
C
|
#ifndef SJIS_H
|
||
|
#define SJIS_H
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string sj2utf8(const std::string &input);
|
||
|
|
||
|
#endif /* SJIS_H */
|