mirror of https://github.com/AxioDL/metaforce.git
9 lines
94 B
C++
9 lines
94 B
C++
|
#include "CRumbleGenerator.hpp"
|
||
|
|
||
|
namespace pshag
|
||
|
{
|
||
|
CRumbleGenerator::CRumbleGenerator()
|
||
|
{
|
||
|
}
|
||
|
}
|