diff options
Diffstat (limited to 'src/code/z_viszbuf.c')
| -rw-r--r-- | src/code/z_viszbuf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/code/z_viszbuf.c b/src/code/z_viszbuf.c index 5a542bc12..8f8265bfd 100644 --- a/src/code/z_viszbuf.c +++ b/src/code/z_viszbuf.c @@ -32,7 +32,10 @@ * again ignored by the RenderMode. */ -#include "global.h" +#include "gfx.h" +#include "z64vis.h" + +#include "macros.h" // Height of the fragments the z-buffer is split into. // It is the maximum amount of lines such that all rgba16 SCREEN_WIDTH-long lines fit into TMEM. |
