tagging release
[dasher.git] / Src / Win32 / Widgets / SplashScreen.h
blob25504781c0a96c3427ea745bba91c36a31634f06
1 // SplashScreen.h
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // Copyright (c) 2002 David Ward
6 //
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __SplashScreen_h__
10 #define __SplashScreen_h__
12 #include "WinWrap.h"
14 class CSplash:public CWinWrap {
15 public:
16 CSplash(HWND Parent);
17 protected:
18 LRESULT WndProc(HWND Window, UINT message, WPARAM wParam, LPARAM lParam);
19 private:
20 static LRESULT CALLBACK TmpWndProc(HWND Window, UINT message, WPARAM wParam, LPARAM lParam);
23 #endif /* #ifndef __SplashScreen_h__ */