Move utility classes from common to own static lib

This commit is contained in:
Connor McLaughlin
2022-07-08 22:43:38 +10:00
parent d2ca454576
commit b7fbde31a7
101 changed files with 371 additions and 282 deletions

4
src/util/shiftjis.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
void sjis2ascii(char* bData);
char* sjis2utf8(char* input);