mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-25 07:23:23 -04: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);
|
|
};
|