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

int TZR_GetImageWidth(TZR_Uint id)
{
	return TZR_GetResourcePointer(id)->image.width;
}