CommonLibSSE (Parapets fork)
NiPoint2.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class NiPoint2
6  {
7  public:
8  // members
9  float x; // 0
10  float y; // 4
11  };
12  static_assert(sizeof(NiPoint2) == 0x8);
13 }
Definition: NiPoint2.h:6
float x
Definition: NiPoint2.h:9
float y
Definition: NiPoint2.h:10
Definition: AbsorbEffect.h:6