Files
jak-project/game/overlord/jak2/989_plugins/plugin_strv.h
T
Hat Kid 8a73c3e997 989snd/overlord: implement PLUGIN_MESSAGE grain and STRV plugin system (#4319)
This implements the functionality for the `PLUGIN_MESSAGE` grain and the
989snd VAG plugin system, allowing sounds to queue up VAG streams.

Closes #2582
2026-06-30 21:21:34 +02:00

9 lines
106 B
C++

#pragma once
namespace jak2 {
void Init989Plugins();
void HandlePluginRequests();
} // namespace jak2