aboutsummaryrefslogtreecommitdiff
path: root/code/handmade_platform.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2025-07-10 14:18:19 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-07-10 14:18:19 +0200
commit2aae85f65513717109e6e072c12a64eb7e894ced (patch)
treec8fc9192c9a6a04e2af47228eeea16ca55094306 /code/handmade_platform.h
parent11219a4ead475f22092459dbe7db30dac5ac0b94 (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)