CommonLibSSE NG
Loading...
Searching...
No Matches
ID.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/F/FileID.h"
4
5namespace 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