windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/splash.h

9 lines
163 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// File: splash.h
VOID StartSplashScreen ( HWND hwnd );
VOID StopSplashScreen ( VOID );
VOID UpdateSplashScreen ( VOID );
extern class CFrame *g_pSplashScreen;