2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 13:59:36 +00:00
metaforce/hecl/include/hecl/SteamFinder.hpp
2017-07-22 23:20:28 -10:00

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_