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

TZR_Raw *TZR_GetRawResource(TZR_Uint id)
{
	return &TZR_GetResourcePointer(id)->raw;
}