aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_LightEnd.c
blob: ae776b02bb6733ddcf936732348bd7f885b32311 (plain)
1
2
3
4
5
6
7
8
#include "TZR_light.h"
#include "TZR_globals.h"

int
TZR_LightEnd(void)
{
	return ___tzr_config.light_system ? 0 : -1;
}