metaforce/Runtime/World/CPlayerCameraBob.cpp

11 lines
149 B
C++
Raw Normal View History

#include "CPlayerCameraBob.hpp"
namespace urde
{
CPlayerCameraBob::CPlayerCameraBob(ECameraBobType type, const zeus::CVector2f& vec, float)
{
}
}