1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-07 12:32:37 +00:00
ooot/include/def/cartrominit.h

5 lines
66 B
C
Raw Normal View History

2021-12-27 19:23:03 +00:00
#pragma once
2022-02-12 19:50:06 +00:00
struct OSPiHandle;
2021-12-27 19:23:03 +00:00
OSPiHandle* osCartRomInit(void);