metaforce/hecl/include/hecl/SteamFinder.hpp

10 lines
136 B
C++

#pragma once
#include "hecl/SystemChar.hpp"
namespace hecl {
hecl::SystemString FindCommonSteamApp(const hecl::SystemChar* name);
}