1
0
mirror of https://gitlab.com/hashborgir/d2tweaks-rnd2k.git synced 2025-05-01 08:35:33 +00:00
2024-04-16 21:45:38 -06:00

12 lines
141 B
C++

#pragma once
#include <cstdint>
namespace diablo2 {
namespace structures {
struct linkage {
void* link;
uint32_t unk[3];
};
}
}