mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -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 jak2 {
|
|
|
|
void Init989Plugins();
|
|
void HandlePluginRequests();
|
|
|
|
} // namespace jak2
|