diff options
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/q_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index c981941..20f15e1 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -111,6 +111,7 @@ typedef int sfxHandle_t; typedef int fileHandle_t; typedef int clipHandle_t; +#define ALIGN(x) ((x+sizeof(long)-1) & ~(sizeof(long)-1)) #ifndef NULL #define NULL ((void *)0) |