aboutsummaryrefslogtreecommitdiff
path: root/samples/DX_APIUsage/Splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/DX_APIUsage/Splash.h')
-rw-r--r--samples/DX_APIUsage/Splash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/DX_APIUsage/Splash.h b/samples/DX_APIUsage/Splash.h
new file mode 100644
index 0000000..3eac0ed
--- /dev/null
+++ b/samples/DX_APIUsage/Splash.h
@@ -0,0 +1,4 @@
+#include <windows.h>
+
+int ShowSplash(HINSTANCE hInstance, UINT_PTR TimerId, int BitmapId);
+int HideSplash();