ref: 7f7553bef25fa9f0f5a0f69b3d7a58527cc3ee97
dir: /src/Fade.h/
#pragma once #include "WindowsWrapper.h" void InitFade(); void SetFadeMask(); void ClearFade(); void StartFadeOut(signed char dir); void StartFadeIn(signed char dir); void ProcFade(); void PutFade(); BOOL GetFadeActive();