NP_RawData

C++
struct NP_RawData {
  float fNPRoll;
  float fNPPitch;
  float fNPYaw;
  float fNPX;
  float fNPY;
  float fNPZ;
};
File

IInput.h