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

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