#pragma once #include "RE/H/hkPtrAndInt.h" #include "RE/H/hkSlot.h" namespace RE { class hkSignal { public: // members hkPtrAndInt m_slots; // 00 }; static_assert(sizeof(hkSignal) == 0x08); struct hkSignal0 : hkSignal {}; template struct hkSignal1 : hkSignal {}; template struct hkSignal2 : hkSignal {}; template struct hkSignal3 : hkSignal {}; template struct hkSignal4 : hkSignal {}; template struct hkSignal5 : hkSignal {}; }