mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
13 lines
215 B
C++
13 lines
215 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
#include "Runtime/Input/CRumbleVoice.hpp"
|
|
|
|
namespace metaforce {
|
|
|
|
using RumbleFXTable = std::array<SAdsrData, 24>;
|
|
|
|
extern const RumbleFXTable RumbleFxTable;
|
|
|
|
} // namespace metaforce
|