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:
16
Runtime/World/CWallWalker.hpp
Normal file
16
Runtime/World/CWallWalker.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user