![]() |
Blamite Game Engine - Strings
00411.04.21.24.0017.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Functions | |
STRINGS_API void | OpenWebURL (std::string url) |
Opens the specified URL in the user's default web browser. More... | |
STRINGS_API void | OpenLocalWebURL (std::string local_path) |
Opens the specified relative path in the user's default web browser. More... | |
void BlamStrings::Utils::Web::OpenLocalWebURL | ( | std::string | local_path | ) |
Opens the specified relative path in the user's default web browser.
local_path | - The relative path to the file to open. |
void BlamStrings::Utils::Web::OpenWebURL | ( | std::string | url | ) |
Opens the specified URL in the user's default web browser.
url | - The web URL to open. |