mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -06:00
13 lines
248 B
C
13 lines
248 B
C
#pragma once
|
|
|
|
struct BlackBar
|
|
{
|
|
static inline bool g_inspirePillarbox;
|
|
|
|
static inline ImVec2 g_loadingBlackBarMin;
|
|
static inline ImVec2 g_loadingBlackBarMax;
|
|
static inline uint8_t g_loadingBlackBarAlpha;
|
|
|
|
static void Draw();
|
|
};
|