#pragma once
namespace Sim::Graphics::UI
{
void init();
void update(double dt);
void update_slow();
void render();
};