mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-26 21:00:27 +00:00
8 lines
107 B
C++
8 lines
107 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace Keyboard {
|
|
std::string GetText(const std::string &title);
|
|
}
|