14 lines
202 B
C++
14 lines
202 B
C++
#pragma once
|
|
|
|
#include "RE/B/BSTEvent.h"
|
|
|
|
namespace RE
|
|
{
|
|
class CurrentRadsDisplayMagnitude :
|
|
public BSTValueEvent<float>
|
|
{
|
|
public:
|
|
};
|
|
static_assert(sizeof(CurrentRadsDisplayMagnitude) == 0x8);
|
|
}
|