Files
Derek Hensley baaa9d6b4e Bootmain OK (#21)
* func_80025CC0_jp

* Clean up

* Some cleanup

* Format
2023-07-29 14:09:57 -04:00

9 lines
92 B
C

#ifndef BOOT_MAIN_H
#define BOOT_MAIN_H
#include "ultra64.h"
void bootproc(void);
#endif