CommonLibSSE NG
AITimeStamp.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  struct AITimeStamp
6  {
7  public:
8  // members
9  float timeStamp; // 0
10  };
11  static_assert(sizeof(AITimeStamp) == 0x4);
12 }
Definition: AbsorbEffect.h:6
Definition: AITimeStamp.h:6
float timeStamp
Definition: AITimeStamp.h:9