aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_light.h
blob: 6d55944f4be9fd81204cd39e6186cee436704a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#if __STDC_VERSION__ > 201710L
[[nodiscard]]
#endif
int TZR_LightBegin(void);

#if __STDC_VERSION__ > 201710L
[[nodiscard]]
#endif
int TZR_LightEnd(void);