metaforce/hecl/include/hecl/SteamFinder.hpp

15 lines
214 B
C++

#ifndef _HECL_STEAMFINDER_H_
#define _HECL_STEAMFINDER_H_
#include "hecl/SystemChar.hpp"
namespace hecl
{
hecl::SystemString FindCommonSteamApp(const hecl::SystemChar* name);
}
#endif // _HECL_STEAMFINDER_H_