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

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