CommonLibSSE NG
hkpSolverResults.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5 
7  {
8  public:
9  float impulse; // 00
10  float data; // 04
11  };
12  static_assert(sizeof(hkpSolverResults) == 0x08);
13 
14 }
Definition: hkpSolverResults.h:7
float data
Definition: hkpSolverResults.h:10
float impulse
Definition: hkpSolverResults.h:9
Definition: AbsorbEffect.h:6