1 2 3 4 5 6 7 8
#ifndef LIBU64_RUNTIME_H #define LIBU64_RUNTIME_H #include "ultra64.h" void Runtime_Init(void* start, u32 size); #endif