mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
10 lines
No EOL
179 B
C
10 lines
No EOL
179 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
void map_area0_init();
|
|
void map_area0(u32 base);
|
|
|
|
//Init/Res/Term
|
|
void sh4_area0_Init();
|
|
void sh4_area0_Reset(bool Manual);
|
|
void sh4_area0_Term(); |