mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
10 lines
144 B
C
10 lines
144 B
C
#ifndef SYS_STACKS_H
|
|
#define SYS_STACKS_H
|
|
|
|
#include "types.h"
|
|
|
|
extern u8 graphStack[];
|
|
extern u8 padmgrStack[];
|
|
extern u8 irqmgrStack[];
|
|
|
|
#endif |