mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 10:16:45 -04:00
8a73c3e997
This implements the functionality for the `PLUGIN_MESSAGE` grain and the 989snd VAG plugin system, allowing sounds to queue up VAG streams. Closes #2582
9 lines
106 B
C++
9 lines
106 B
C++
#pragma once
|
|
|
|
namespace jak3 {
|
|
|
|
void Init989Plugins();
|
|
void HandlePluginRequests();
|
|
|
|
} // namespace jak3
|