CommonLibSSE (powerof3)
ImageData.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSFixedString.h"
4 
5 namespace RE
6 {
7  struct ImageData
8  {
9  void* unk00; // 00 - smart ptr
10  std::uint64_t unk08; // 08
12  };
13  static_assert(sizeof(ImageData) == 0x18);
14 }
Definition: AbsorbEffect.h:6
Definition: ImageData.h:8
BSFixedString filePath
Definition: ImageData.h:11
std::uint64_t unk08
Definition: ImageData.h:10
void * unk00
Definition: ImageData.h:9