diff options
Diffstat (limited to 'plugins/ExternalAPI/m_splash.h')
-rw-r--r-- | plugins/ExternalAPI/m_splash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_splash.h b/plugins/ExternalAPI/m_splash.h index 3652e6a72b..f6ac174d3b 100644 --- a/plugins/ExternalAPI/m_splash.h +++ b/plugins/ExternalAPI/m_splash.h @@ -1,3 +1,5 @@ +#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)
|