From 2c410b56f801708ec11a1af6cdd995d69e9db059 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 27 Aug 2024 12:05:08 +0000 Subject: replace f?(min|max) functions with type-agnostic macros. this simplifies the code and serves as another shadeop to use on application shaders. --- internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 8b6784f..3190a19 100644 --- a/internal.h +++ b/internal.h @@ -55,8 +55,6 @@ int clipprimitive(Primitive*, Primitive*); int rectclipline(Rectangle, Point*, Point*, Vertex*, Vertex*); /* util */ -int min(int, int); -int max(int, int); void memsetf(void*, float, usize); void memsetl(void*, ulong, usize); -- cgit v1.2.3