Files
wx_wherigo/libs/wxWidgets-3.3.1/include/wx/splash.h
2026-02-14 09:47:24 +01:00

17 lines
460 B
C

/////////////////////////////////////////////////////////////////////////////
// Name: wx/splash.h
// Purpose: Base header for wxSplashScreen
// Author: Julian Smart
// Created:
// Copyright: (c) Julian Smart
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SPLASH_H_BASE_
#define _WX_SPLASH_H_BASE_
#include "wx/generic/splash.h"
#endif
// _WX_SPLASH_H_BASE_