mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-23 11:39:47 +00:00
8 lines
140 B
C++
8 lines
140 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace Keyboard {
|
|
std::string GetText(const std::string &title, const std::string &initial_text);
|
|
}
|