aboutsummaryrefslogtreecommitdiff
path: root/code/handmade_platform.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-07-10 14:18:19 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-07-10 14:18:19 +0200
commite239c0a12909e434efc1854d8992df145c567e4a (patch)
treec8fc9192c9a6a04e2af47228eeea16ca55094306 /code/handmade_platform.h
parent71baed6f2ceb93ee8b3830b3049ad9487e5de234 (diff)
checkpoint
Diffstat (limited to 'code/handmade_platform.h')
-rw-r--r--code/handmade_platform.h3
1 files changed, 3 insertions, 0 deletions
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)