mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-27 05:10:43 +00:00
11 lines
174 B
C++
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
|