mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-29 16:14:59 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
8 lines
150 B
C
8 lines
150 B
C
#include "types.h"
|
|
|
|
#include "sys_stacks.h"
|
|
|
|
u8 graphStack[GRAPH_STACK_SIZE];
|
|
u8 padmgrStack [PADMGR_STACK_SIZE];
|
|
u8 irqmgrStack [IRQMGR_STACK_SIZE];
|