summaryrefslogtreecommitdiff
path: root/include/toolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolbox.h')
-rw-r--r--include/toolbox.h2
1 files changed, 2 insertions, 0 deletions
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 ========================================================