mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Compile fixes, and initial asset name parser
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
#define __URDE_CANIMTREETIMESCALE_HPP__
|
||||
|
||||
#include "CAnimTreeSingleChild.hpp"
|
||||
#include "CConstantAnimationTimeScale.hpp"
|
||||
#include "CTimeScaleFunctions.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimTreeTimeScale : public CAnimTreeSingleChild
|
||||
{
|
||||
std::unique_ptr<CConstantAnimationTimeScale> x18_timeScale;
|
||||
std::shared_ptr<CConstantAnimationTimeScale> x18_timeScale;
|
||||
CCharAnimTime x20_;
|
||||
CCharAnimTime x28_;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user