Files
Derek Hensley f319c81250 Graph OK (#236)
* graph_proc

* game_get_next_game_dlftbl

* graph_ct

* func_800D38E0_jp

* func_800D3C94_jp

* graph_dt

* graph_main

* graph_setup_double_buffer

* graph_task_set00 WIP

* graph_draw_finish

* func_800D3E40_jp

* func_800D3E14_jp

* Some cleanup

* Fix m2ctx.py

* graph_task_set00
2025-01-03 13:05:50 -07:00

13 lines
219 B
C

#ifndef BUFFERS_H
#define BUFFERS_H
#include "gfx.h"
#include "stack.h"
extern STACK(D_80153CC0_jp, 0x400);
extern STACK(D_801530C0_jp, 0xC00);
extern STACK(D_801524C0_jp, 0xC00);
extern GfxPool gGfxPools[2];
#endif