#pragma once #include "RE/H/hkHandle.h" namespace RE { struct hknpShapeInstanceIdDiscriminant; struct hknpShapeInstanceId : public hkHandle {}; static_assert(sizeof(hknpShapeInstanceId) == 0x2); }