mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 18:31:20 +00:00
14 lines
172 B
C++
14 lines
172 B
C++
#ifndef RUMBLEFXTABLE_HPP
|
|
#define RUMBLEFXTABLE_HPP
|
|
|
|
#include "CRumbleVoice.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
extern const SAdsrData RumbleFxTable[];
|
|
|
|
}
|
|
|
|
#endif // RUMBLEFXTABLE_HPP
|