#pragma once #include "EHS.h" #include "Str.h" namespace lwe { class User { public: static void GetId(UInt_32* const real, UInt_32* const effective, UInt_32* const saved); static Str_8 GetName(); }; }