mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
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];
|