MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
mgdl-splash.h
1#pragma once
2
3#include <mgdl/mgdl-color.h>
4
5
6#ifdef __cplusplus
7extern "C"
8{
9#endif
10
11 void SetSplashScreenColors(Color4f* bg, Color4f* textDim, Color4f* textLight);
12 void SetSplashScreenDuration(float seconds);
13 float DrawSplashScreen(float deltaTime, bool drawHoldAMessage, float aHoldTimer);
14
15#ifdef __cplusplus
16}
17#endif
Color struct and functions.
Definition mgdl-color.h:54