
The default sign varies between hardware. Text seems to always be ambiguously 'char', so I've left those
12 lines
224 B
C
12 lines
224 B
C
#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();
|