mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
baaa9d6b4e
* func_80025CC0_jp * Clean up * Some cleanup * Format
9 lines
92 B
C
9 lines
92 B
C
#ifndef BOOT_MAIN_H
|
|
#define BOOT_MAIN_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void bootproc(void);
|
|
|
|
#endif
|