mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
No EOL
147 B
C++
8 lines
No EOL
147 B
C++
#pragma once
|
|
|
|
#include "imgui/imgui.h"
|
|
|
|
namespace widgets
|
|
{
|
|
bool Spinner(const char *label, float radius, int thickness, const ImU32 &color);
|
|
} |