2025-04-27 07:49:33 -04:00

9 lines
171 B
C

// File: splash.h
VOID StartSplashScreen ( HWND hwnd );
VOID StopSplashScreen ( VOID );
VOID UpdateSplashScreen ( VOID );
extern class CFrame *g_pSplashScreen;