mirror of
https://github.com/neverlosecc/source2sdk.git
synced 2025-04-21 05:38:13 +00:00
31 lines
865 B
C++
31 lines
865 B
C++
#pragma once
|
|
#include "source2sdk/animlib/CNmParameterizedBlendNode__CDefinition.hpp"
|
|
#include "source2sdk/source2gen.hpp"
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
|
|
// /////////////////////////////////////////////////////////////
|
|
// Module: animlib
|
|
// Created using source2gen - github.com/neverlosecc/source2gen
|
|
// /////////////////////////////////////////////////////////////
|
|
|
|
namespace source2sdk::animlib
|
|
{
|
|
// Registered alignment: 0x8
|
|
// Alignment: 0x8
|
|
// Standard-layout class: false
|
|
// Size: 0x40
|
|
// Has VTable
|
|
// Construct allowed
|
|
//
|
|
// static metadata: MGetKV3ClassDefaults
|
|
#pragma pack(push, 1)
|
|
class CNmVelocityBlendNode__CDefinition : public animlib::CNmParameterizedBlendNode__CDefinition
|
|
{
|
|
public:
|
|
};
|
|
#pragma pack(pop)
|
|
|
|
static_assert(sizeof(CNmVelocityBlendNode__CDefinition) == 0x40);
|
|
};
|