CommonLibSSE NG
hkpShapeBuffer.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  struct alignas(0x10) hkpShapeBuffer
6  {
7  constexpr char& operator[](std::size_t a_idx) { return buf[a_idx]; }
8 
9  char buf[512];
10  };
11 }
Definition: AbsorbEffect.h:6
Definition: hkpShapeBuffer.h:6
char buf[512]
Definition: hkpShapeBuffer.h:9
constexpr char & operator[](std::size_t a_idx)
Definition: hkpShapeBuffer.h:7