mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 05:51:22 +00:00
12 lines
105 B
C++
12 lines
105 B
C++
#pragma once
|
|
|
|
#include "CRumbleVoice.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
extern const SAdsrData RumbleFxTable[];
|
|
|
|
}
|
|
|