9 lines
163 B
C
9 lines
163 B
C
// File: splash.h
|
|
|
|
VOID StartSplashScreen ( HWND hwnd );
|
|
VOID StopSplashScreen ( VOID );
|
|
VOID UpdateSplashScreen ( VOID );
|
|
|
|
extern class CFrame *g_pSplashScreen;
|
|
|