summaryrefslogtreecommitdiff
path: root/include/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/buffers.h')
-rw-r--r--include/buffers.h12
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