aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/billboard/tim.s.template
blob: fbe7522b0ff61363682e52ae72d20dc124c7041a (plain) (blame)
1
2
3
4
5
6
.section .data

.global tim_image
.type tim_image, @object
tim_image:
	.incbin "${PROJECT_SOURCE_DIR}/texture64.tim"