aboutsummaryrefslogtreecommitdiff
path: root/include/toolbox.h
diff options
context:
space:
mode:
authorLogan Hunt <loganthebean222@gmail.com>2020-08-10 14:04:44 -0600
committerLogan Hunt <loganthebean222@gmail.com>2020-08-10 14:04:44 -0600
commite09a23f0a4f342aa83854ce8cc11aacc09e350fd (patch)
tree07e8b8365705d9df134e59fa2a0215ba1d902c35 /include/toolbox.h
parent7f856467a086ec9a3ebd1ccdf12e578dffb9c98b (diff)
downloadgeometry-dash-gba-e09a23f0a4f342aa83854ce8cc11aacc09e350fd.tar.gz
geometry-dash-gba-e09a23f0a4f342aa83854ce8cc11aacc09e350fd.zip
Added rotation
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 ========================================================