VITA-Homebrew-Sorter/include/keyboard.h

11 lines
174 B
C++

#ifndef _VITA_HB_SORTER_KEYBOARD_H_
#define _VITA_HB_SORTER_KEYBOARD_H_
#include <string>
namespace Keyboard {
std::string GetText(const std::string &title);
}
#endif