VITA-Homebrew-Sorter/include/keyboard.h
2023-07-10 17:14:21 -04:00

8 lines
107 B
C++

#pragma once
#include <string>
namespace Keyboard {
std::string GetText(const std::string &title);
}