From 507f02e0e559559ba2e56552e036926c56cc35cc Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 31 Jul 2024 22:10:26 +1000 Subject: ren_texture --- render.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'render.h') diff --git a/render.h b/render.h index e655c52..e7d459f 100644 --- a/render.h +++ b/render.h @@ -107,6 +107,11 @@ void ren_line( const int* s, const int* e ); +void ren_texture( + Renderer* r, + const Rect* re, + const Texture* t +); /* Vertex format: * x y z u v r g b * All fixed point values with 9 bits of precision. -- cgit v1.2.3-54-g00ecf