2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 01:07:43 +00:00

Fix CAutoMapper surfaces on Braswell

This commit is contained in:
2017-11-20 09:33:21 -08:00
parent f1b43c4805
commit 2ec2d07bdf
16 changed files with 185 additions and 29 deletions

View File

@@ -0,0 +1,16 @@
#ifndef __URDE_CWALLWALKER_HPP__
#define __URDE_CWALLWALKER_HPP__
#include "CPatterned.hpp"
namespace urde
{
class CWallWalker : public CPatterned
{
public:
CWallWalker(ECharacter, TUniqueId, std::string_view, EFlavorType, const CEntityInfo&, const zeus::CTransform&,
CModelData&&, const CPatternedInfo&, EMovementType, EColliderType, EBodyType,
const CActorParameters&, s32, bool);
};
}
#endif // __URDE_CWALLWALKER_HPP__