From e09a23f0a4f342aa83854ce8cc11aacc09e350fd Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Mon, 10 Aug 2020 14:04:44 -0600 Subject: Added rotation --- include/toolbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/toolbox.h') diff --git a/include/toolbox.h b/include/toolbox.h index 064f0a3..b233374 100644 --- a/include/toolbox.h +++ b/include/toolbox.h @@ -69,6 +69,8 @@ INLINE void obj_set_pos(OBJ_ATTR *obj, int x, int y); INLINE void obj_hide(OBJ_ATTR *oatr); INLINE void obj_unhide(OBJ_ATTR *obj, u16 mode); void obj_copy(OBJ_ATTR *dst, const OBJ_ATTR *src, u32 count); +void obj_affine_copy(OBJ_AFFINE *dst, const OBJ_AFFINE *src, u32 count); +void obj_affine_identity(OBJ_AFFINE *aff); // === INLINES ======================================================== -- cgit v1.3