MTek-GDL
0.100.4-muffintrap
Loading...
Searching...
No Matches
include
mgdl
mgdl-splash.h
1
#pragma once
2
3
#include <
mgdl/mgdl-color.h
>
4
5
6
#ifdef __cplusplus
7
extern
"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
mgdl-color.h
Color struct and functions.
Color4f
Definition
mgdl-color.h:54
Generated by
1.9.8