GrabBag/VrUtils/Inc/VrShellUtils.h

6 lines
75 B
C
Raw Normal View History

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