1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        wx/splash.h
3 // Purpose:     Base header for wxSplashScreen
4 // Author:      Julian Smart
5 // Modified by:
6 // Created:
7 // RCS-ID:      $Id: splash.h 33948 2005-05-04 18:57:50Z JS $
8 // Copyright:   (c) Julian Smart
9 // Licence:     wxWindows Licence
10 /////////////////////////////////////////////////////////////////////////////
11 
12 #ifndef _WX_SPLASH_H_BASE_
13 #define _WX_SPLASH_H_BASE_
14 
15 #include "wx/generic/splash.h"
16 
17 #endif
18     // _WX_SPLASH_H_BASE_
19