aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_ShouldQuit.c
blob: b3c62ea2b0cdf1ce665b0cec7f2ce768d186005d (plain)
1
2
3
4
5
6
7
#include "TZR.h"
#include "TZR_globals.h"

int TZR_ShouldQuit(void)
{
	return ___tzr_should_quit;
}