From 702e1d92ff4e270f5be88d1b5b190c4de758a101 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 14 May 2024 16:40:49 +0000 Subject: use real lengths in solar. bring a qball for vis. --- fns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fns.h') diff --git a/fns.h b/fns.h index 9685efd..d89bef9 100644 --- a/fns.h +++ b/fns.h @@ -2,3 +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*); -- cgit v1.2.3