mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
7 lines
69 B
C
7 lines
69 B
C
|
#ifndef BOOT_H
|
||
|
#define BOOT_H
|
||
|
|
||
|
#define BOOT_STACK_SIZE 0x400
|
||
|
|
||
|
#endif
|