mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
- put ALIGN macro into q_shared.h
- yet another alignment fix for botlib
This commit is contained in:
parent
81c1b3128b
commit
dfe20a177c
3 changed files with 7 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue