mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -06:00
9 lines
207 B
C
9 lines
207 B
C
#pragma once
|
|
|
|
struct TVStatic
|
|
{
|
|
static void Init();
|
|
static float ComputeThumbnailAlpha(double appearTime);
|
|
static void Draw(const ImVec2& center, const ImVec2& resolution, double appearTime);
|
|
};
|