sm64pc/src/buffers/zbuffer.c

6 lines
97 B
C

#include <ultra64.h>
#include "zbuffer.h"
ALIGNED8 u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];