mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-21 15:38:23 -04:00
9 lines
168 B
C++
9 lines
168 B
C++
#pragma once
|
|
|
|
#include <Text.hpp>
|
|
|
|
namespace gui
|
|
{
|
|
gui::Text *searchBox(gui::Item *parent, const std::string &header, const std::string &icon);
|
|
}; // namespace gui
|