sm64pc/src/buffers/zbuffer.h

10 lines
136 B
C
Raw Normal View History

2019-12-02 02:52:53 +00:00
#ifndef ZBUFFER_H
#define ZBUFFER_H
#include "types.h"
#include "config.h"
extern u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];
#endif