From c44d2805ba480fc7c2faf8ae07f2c1c9febf7e34 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Sun, 4 Feb 2024 14:43:37 +0000 Subject: render with raylib --- src/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index d36746c..cf17bb3 100644 --- a/src/util.h +++ b/src/util.h @@ -13,7 +13,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include #include void warn(const char *fmt, ...); @@ -21,4 +20,4 @@ void die(const char *fmt, ...); void efwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream); -const char *cl_strerror(cl_int err); +long argtonum(const char *arg, long minval, long maxval); -- cgit v1.2.3