Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/ui/tv_static.h
2025-02-14 01:41:18 +03:00

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);
};