mirror of
https://github.com/neverlosecc/source2sdk.git
synced 2025-04-21 05:38:13 +00:00
30 lines
824 B
C++
30 lines
824 B
C++
#pragma once
|
|
#include "source2sdk/animlib/CNmValueNode__CDefinition.hpp"
|
|
#include "source2sdk/source2gen.hpp"
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
|
|
// /////////////////////////////////////////////////////////////
|
|
// Module: animlib
|
|
// Created using source2gen - github.com/neverlosecc/source2gen
|
|
// /////////////////////////////////////////////////////////////
|
|
|
|
namespace source2sdk::animlib
|
|
{
|
|
// Registered alignment: unknown
|
|
// Alignment: 0x2
|
|
// Standard-layout class: false
|
|
// Size: 0x10
|
|
// Has VTable
|
|
// Is Abstract
|
|
#pragma pack(push, 1)
|
|
class CNmBoneMaskValueNode__CDefinition : public animlib::CNmValueNode__CDefinition
|
|
{
|
|
public:
|
|
// No schema binary for binding
|
|
};
|
|
#pragma pack(pop)
|
|
|
|
static_assert(sizeof(CNmBoneMaskValueNode__CDefinition) == 0x10);
|
|
};
|