mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
f319c81250
* 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
13 lines
219 B
C
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
|