mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
7 lines
69 B
C
7 lines
69 B
C
|
|
#ifndef BOOT_H
|
||
|
|
#define BOOT_H
|
||
|
|
|
||
|
|
#define BOOT_STACK_SIZE 0x400
|
||
|
|
|
||
|
|
#endif
|