11#ifndef CPP_PROJ_SPLASHSCREEN_HPP
12#define CPP_PROJ_SPLASHSCREEN_HPP
31void showSplashScreen(
const wxString& fileName,
const unsigned long durationMs,
32 const wxBitmapType bitmapType = wxBITMAP_TYPE_ANY);
Namespace for this application.
Definition UserOpt.cpp:12
void showSplashScreen(const wxString &fileName, const unsigned long durationMs, const wxBitmapType bitmapType)
Shows the splashscreen.
Definition splashscreen.cpp:11
wxImage alphaToBlackAndWhiteMask(const wxImage &imgParam)
Creates a black & white mask for the alpha channel.
Definition splashscreen.cpp:59