Utils/VrUtils/Inc/VrShellUtils.h

6 lines
80 B
C
Raw Normal View History

2026-02-19 00:45:00 +08:00
#pragma once
namespace CVrShellUtils
{
int ExecuCMD(const char *data);
};