From c46b7a3e97390bbe8803afbb70b307362f9123f0 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 15 May 2024 14:44:58 +0000 Subject: fix the qball. --- fns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fns.h') diff --git a/fns.h b/fns.h index d89bef9..a506140 100644 --- a/fns.h +++ b/fns.h @@ -2,4 +2,4 @@ void *emalloc(ulong); void *erealloc(void*, ulong); Image *eallocimage(Display*, Rectangle, ulong, int, ulong); Memimage *eallocmemimage(Rectangle, ulong); -void qb(Rectangle, Point, Point, Quaternion*, Quaternion*); +void qball(Rectangle, Point, Point, Quaternion*, Quaternion*); -- cgit v1.2.3