jak-project/game/overlord/jak3/spustreams.h
water111 e81431bd21
Some checks are pending
Build / 🖥️ Windows (push) Waiting to run
Build / 🐧 Linux (push) Waiting to run
Build / 🍎 MacOS (push) Waiting to run
Inform Pages Repo / Generate Documentation (push) Waiting to run
Lint / 📝 Required Checks (push) Waiting to run
Lint / 📝 Optional Checks (push) Waiting to run
Lint / 📝 Formatting (push) Waiting to run
[wip] Jak 3 Overlord (#3567)
2024-07-26 09:42:28 -04:00

14 lines
338 B
C++

#pragma once
#include "common/common_types.h"
#include "game/overlord/jak3/isocommon.h"
namespace jak3 {
struct ISO_Hdr;
struct ISO_VAGCommand;
void jak3_overlord_init_globals_spustreams();
EIsoStatus ProcessVAGData(ISO_Hdr* msg);
void StopVagStream(ISO_VAGCommand* cmd);
u32 GetSpuRamAddress(ISO_VAGCommand* cmd);
} // namespace jak3