From e239c0a12909e434efc1854d8992df145c567e4a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 10 Jul 2025 14:18:19 +0200 Subject: checkpoint --- code/handmade_platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/handmade_platform.h') diff --git a/code/handmade_platform.h b/code/handmade_platform.h index 64716a7..4cdf388 100644 --- a/code/handmade_platform.h +++ b/code/handmade_platform.h @@ -59,6 +59,9 @@ extern "C" { #define Assert(Expression) #endif +#define NullExpression { int X = 4; } + + #define Kilobytes(Value) ((Value)*1024LL) #define Megabytes(Value) (Kilobytes(Value)*1024LL) #define Gigabytes(Value) (Megabytes(Value)*1024LL) -- cgit v1.2.3