Files
UnleashedRecomp/UnleashedRecomp/api/SWA/Path/PathController.h
T
2025-01-19 04:22:12 -06:00

14 lines
268 B
C++

#pragma once
#include "Animation/PathAnimation.h"
namespace SWA
{
class CPathController
{
public:
be<uint32_t> m_Field000;
be<uint32_t> m_Field004;
boost::shared_ptr<PathAnimation::Controller> m_spPathAnimationController;
};
}