jak-project/game/overlord/iso.h
water111 8faded6400
[decompiler] bitfield support for sound-name (#582)
* fix 64-bit fields in 128-bit bitfields

* support sound-name

* fix merge

* support some more sound stuff in overlord
2021-06-12 12:55:38 -04:00

16 lines
306 B
C

#pragma once
/*!
* @file iso.h
* CD/DVD Reading.
* This is a huge mess
*/
#include "common/common_types.h"
#include "isocommon.h"
void iso_init_globals();
FileRecord* FindISOFile(const char* name);
u32 GetISOFileLength(FileRecord* f);
u32 InitISOFS(const char* fs_mode, const char* loading_screen);