Elaztek Developer Hub
Blamite Game Engine - Strings  00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
utilities.h File Reference
#include <Windows.h>
#include <string>

Go to the source code of this file.

Namespaces

 BlamStrings
 Namespace for Blamite's shared C++ library.
 
 BlamStrings::Utils
 Namespace containing general-purpose utilities.
 

Macros

#define STRINGS_API   __declspec(dllimport)
 

Functions

STRINGS_API void BlamStrings::Utils::OpenWebURL (std::string url)
 Opens the specified URL in the user's default web browser. More...
 
STRINGS_API void BlamStrings::Utils::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)