Update PSPOskDialog.h

Add function "CombinationKorean"
This commit is contained in:
mgaver 2013-04-24 08:33:06 +09:00
parent a1e18b9758
commit 2dd7c17009

View file

@ -168,7 +168,8 @@ private:
void RenderKeyboard();
std::wstring CombinationString(bool isInput); // for Japanese, Korean
std::wstring CombinationKorean(bool isInput); // for Korea
u32 FieldMaxLength();
u32 GetIndex(const wchar_t* src, wchar_t ch);