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

int TZR_GetImageHeight(TZR_Uint id)
{
	return TZR_GetResourcePointer(id)->image.height;
}