1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/gfxbuffers.h
2022-04-13 17:00:41 -04:00

10 lines
218 B
C

#pragma once
#include "ultra64/sptask.h"
struct GfxPool;
extern GfxPool gGfxPools[2];
extern u64 gGfxSPTaskOutputBuffer[0x3000];
extern u8 gGfxSPTaskStack[0x400];
extern u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE];