EHS
User.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4#include "ehs/Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO User
9 {
10 public:
11 static void GetId(UInt_32* const real, UInt_32* const effective, UInt_32* const saved);
12
13 static Str_8 GetName();
14 };
15}
Definition: User.h:9
Definition: Anchor.h:6
unsigned int UInt_32
Definition: Types.h:49