diff options
| author | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
|---|---|---|
| committer | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
| commit | bbe353230727568d3c1999af2701d2e150ff232f (patch) | |
| tree | 4b75466fc0f5b8fb70bc020a9da22d2b924d0aab /samples/DX_APIUsage/Splash.h | |
| parent | Documentation Update (diff) | |
| download | gfesdk-bbe353230727568d3c1999af2701d2e150ff232f.tar.xz gfesdk-bbe353230727568d3c1999af2701d2e150ff232f.zip | |
Picking up lastest bug fixes & SHA2 signing1.1.232
[SNG-2803] GFE-SDK : SHA-2 sign task
Diffstat (limited to 'samples/DX_APIUsage/Splash.h')
| -rw-r--r-- | samples/DX_APIUsage/Splash.h | 4 |
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(); |