From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- warp/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'warp/util.h') diff --git a/warp/util.h b/warp/util.h index 454e8f5a..fae72785 100644 --- a/warp/util.h +++ b/warp/util.h @@ -6,6 +6,9 @@ * */ +#include +#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) + #define RANDRAND 1152921504606846976.0 /* that's 2**60 */ #define HALFRAND 0x40000000 /* that's 2**30 */ #define myrand() (int)random() -- cgit v1.2.3-56-ge451