- put ALIGN macro into q_shared.h

- yet another alignment fix for botlib
This commit is contained in:
Ludwig Nussel 2005-11-05 19:06:10 +00:00
parent 81c1b3128b
commit dfe20a177c
3 changed files with 7 additions and 15 deletions

View file

@ -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)