LeviLamina
Loading...
Searching...
No Matches
ProgressAnimation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ProgressAnimation : int {
6 None = 0,
7 Waveform = 1,
8 LoadingBar = 2,
9};