![]() |
Blamite Game Engine - Strings
00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#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... | |
#define STRINGS_API __declspec(dllimport) |