From 9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 3 Jan 2020 03:08:19 +1100 Subject: checkpoint --- src/util.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h deleted file mode 100644 index a5e3070..0000000 --- a/src/util.h +++ /dev/null @@ -1,34 +0,0 @@ -#pragma once -#include "rnd.h" - -#include -#include - - -#define prne_op_spaceship(a,b) (a==b?0:a