sm64pc/src/buffers/zbuffer.h
2019-12-01 21:52:53 -05:00

10 lines
136 B
C

#ifndef ZBUFFER_H
#define ZBUFFER_H
#include "types.h"
#include "config.h"
extern u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];
#endif