mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-25 22:45:44 +00:00
8 lines
105 B
C++
8 lines
105 B
C++
#include "CRipple.hpp"
|
|
namespace urde
|
|
{
|
|
CRipple::CRipple(TUniqueId, const zeus::CVector3f&, float)
|
|
{
|
|
}
|
|
}
|