mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-04 13:59:36 +00:00
15 lines
214 B
C++
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_
|