Elevate Engine
1
Loading...
Searching...
No Matches
LinuxPlatform.cpp
Go to the documentation of this file.
1
#include <
ElevateEngine/Core/Platform.h
>
2
3
#ifdef EE_PLATFORM_LINUX
4
5
#include <cstdlib>
6
#include <string>
7
8
namespace
Elevate::Platform
9
{
10
void
OpenURL
(
const
std::string& url)
11
{
12
std::system((
"xdg-open "
+ url +
" &"
).c_str());
13
}
14
}
15
16
#endif
Platform.h
Elevate::Platform
Definition
Platform.h:5
Elevate::Platform::OpenURL
void OpenURL(const std::string &url)
ElevateEngine
src
Platform
Linux
LinuxPlatform.cpp
Generated by
1.9.8