GrabBag/VrUtils/Inc/VrShellUtils.h

6 lines
80 B
C++

#pragma once
namespace CVrShellUtils
{
int ExecuCMD(const char *data);
};