diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-01-03 12:05:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 13:05:50 -0700 |
| commit | f319c8125023f966901131c7ebe479a6f15a750d (patch) | |
| tree | 4d0fb626927306305408e4b19b35fa786cd91192 /include/buffers.h | |
| parent | cb54eb49e47301ca806a754954bee17e23fe6f40 (diff) | |
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
Diffstat (limited to 'include/buffers.h')
| -rw-r--r-- | include/buffers.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/buffers.h b/include/buffers.h new file mode 100644 index 0000000..bf8d815 --- /dev/null +++ b/include/buffers.h @@ -0,0 +1,12 @@ +#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 |
