CommonLibSSE NG
Loading...
Searching...
No Matches
BGSLoadGameSubBuffer.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 // members
9 char* buffer; // 00
10 };
11 static_assert(sizeof(BGSSaveLoadBuffer) == 0x8);
12
14 {
15 public:
16 // members
18 };
19 static_assert(sizeof(BGSLoadGameSubBuffer) == 0x8);
20}
Definition AbsorbEffect.h:6
Definition BGSLoadGameSubBuffer.h:14
BGSSaveLoadBuffer buffer
Definition BGSLoadGameSubBuffer.h:17
Definition BGSLoadGameSubBuffer.h:6
char * buffer
Definition BGSLoadGameSubBuffer.h:9