14 lines
208 B
C++
14 lines
208 B
C++
#pragma once
|
|
|
|
#include "Scaleform/R/Render_ContextImpl_Entry.h"
|
|
|
|
namespace Scaleform::Render
|
|
{
|
|
class TreeNode :
|
|
public ContextImpl::Entry // 00
|
|
{
|
|
public:
|
|
};
|
|
static_assert(sizeof(TreeNode) == 0x38);
|
|
}
|