#pragma once #include namespace diablo2 { namespace structures { struct monmode_line { union { uint32_t code; char str[4]; }; }; } }