Adjusted workflow.
This commit is contained in:
15
include/ehs/system/User.h
Normal file
15
include/ehs/system/User.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "ehs/EHS.h"
|
||||
#include "ehs/Str.h"
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
class User
|
||||
{
|
||||
public:
|
||||
static void GetId(UInt_32* const real, UInt_32* const effective, UInt_32* const saved);
|
||||
|
||||
static Str_8 GetName();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user