mirror of
https://github.com/open-goal/jak-project
synced 2026-08-28 08:49:16 -04:00
9 lines
246 B
C
9 lines
246 B
C
#ifndef JAK_V2_ISO_API_H
|
|
#define JAK_V2_ISO_API_H
|
|
#include "isocommon.h"
|
|
|
|
void LoadISOFileToIOP(FileRecord *file, void *addr, uint32_t length);
|
|
void LoadISOFileToEE(FileRecord *file, uint32_t ee_addr, uint32_t length);
|
|
|
|
#endif //JAK_V2_ISO_API_H
|