mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
No EOL
161 B
C
6 lines
No EOL
161 B
C
#pragma once
|
|
|
|
#include "imgui/imgui.h"
|
|
#include "imgui/imgui_internal.h"
|
|
|
|
void CircularProgressBar(const char* label, float progress, ImVec2 size, ImVec4 color); |