Elaztek Developer Hub
Blamite Game Engine - Strings  00420.05.12.24.2119.blamite
A library containing general purpose utilities and classes for use in multiple projects.
web.h File Reference
#include <string>
+ Include dependency graph for web.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BlamStrings
 Namespace containing general-purpose utilities.
 
 BlamStrings::Utils
 
 BlamStrings::Utils::Web
 

Macros

#define STRINGS_API   __declspec(dllimport)
 

Functions

STRINGS_API void BlamStrings::Utils::Web::OpenWebURL (std::string url)
 Opens the specified URL in the user's default web browser. More...
 
STRINGS_API void BlamStrings::Utils::Web::OpenLocalWebURL (std::string local_path)
 Opens the specified relative path in the user's default web browser. More...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)