mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 16:45:41 -04:00
5 lines
74 B
C
5 lines
74 B
C
#pragma once
|
|
|
|
void sjis2ascii(char* bData);
|
|
char* sjis2utf8(char* input);
|