aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_GetResourcePath.c
blob: 2a8ef015eed52e244e4a80dd038d68f8c700f571 (plain)
1
2
3
4
5
6
7
#include "TZR_resource.h"

const char *
TZR_GetResourcePath(TZR_Uint id)
{
	return TZR_GetResourcePointer(id)->path;
}