GrabBag/VrUtils/Inc/VrShellUtils.h

6 lines
80 B
C
Raw Permalink Normal View History

2025-07-23 01:35:14 +08:00
#pragma once
namespace CVrShellUtils
{
int ExecuCMD(const char *data);
2025-06-08 12:48:04 +08:00
};