 |
Blamite Game Engine - Strings
00411.04.21.24.0017.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
6 #define STRINGS_API __declspec(dllexport)
8 #define STRINGS_API __declspec(dllimport)
STRINGS_API std::string GetApplicationDir()
Retrieves the application's working directory.
Definition: io.cpp:114
STRINGS_API void OpenWebURL(std::string url)
Opens the specified URL in the user's default web browser.
Definition: web.cpp:5
STRINGS_API std::string GenerateUUIDString()
Generates a new UUID string.
Definition: uuid.cpp:19
basic_uuid_random_generator< std::mt19937 > uuid_random_generator
Definition: uuid.h:766
#define STRINGS_API
Definition: web.h:8
STRINGS_API void OpenLocalWebURL(std::string local_path)
Opens the specified relative path in the user's default web browser.
Definition: web.cpp:10
std::basic_string< CharT, Traits, Allocator > to_string(uuid const &id)
Definition: uuid.h:581
STRINGS_API uuids::uuid GenerateUUID()
Generates a new UUID.
Definition: uuid.cpp:3