1 2 3 4 5 6 7 8
#ifndef BOOT_MAIN_H #define BOOT_MAIN_H #include "ultra64.h" void bootproc(void); #endif