mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-12-15 19:43:59 -06:00
Initial commit
This commit is contained in:
14
include/diablo2/structures/data/playerclass_line.h
Normal file
14
include/diablo2/structures/data/playerclass_line.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace diablo2 {
|
||||
namespace structures {
|
||||
struct playerclass_line {
|
||||
union {
|
||||
uint32_t code;
|
||||
char str[4];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user