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