Files
anit-cheat/Anti-Cheat_Driver/comm.h
T
2026-06-16 10:22:02 +08:00

10 lines
108 B
C++

#pragma once
#include "Base.h"
namespace kernel_comm_create
{
auto Init()->BOOL;
auto remove()->BOOL;
}