psemek/libs/ui_legacy/include/psemek/ui/spawn.hpp

10 lines
178 B
C++

#pragma once
#include <psemek/ui/element.hpp>
namespace psemek::ui
{
bool spawn(element * root, std::shared_ptr<element> element, math::point<float, 2> const & position);
}