blob: f6ac174d3b2e373ff5b48feade106091bc51752e (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
// Shows splash image
// wParam = (char *) image filename, either relative to Miranda dir or absolute
// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked)
// returns: 1 if success and 0 if failed
#define MS_SHOWSPLASH "SplashScreen/Show"
|