CommonLibSSE (powerof3)
ID.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/F/FileID.h"
4 
5 namespace RE
6 {
7  namespace BSResource
8  {
9  struct ID : public FileID
10  {
11  public:
12  // members
13  std::uint32_t dir; // 0
14  };
15  static_assert(sizeof(ID) == 0xC);
16  }
17 }
Definition: AbsorbEffect.h:6
Definition: FileID.h:8
Definition: ID.h:10
std::uint32_t dir
Definition: ID.h:13