diff options
Diffstat (limited to 'code/handmade_platform.h')
-rw-r--r-- | code/handmade_platform.h | 3 |
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) |