 |
Blamite Game Engine - Strings
00402.09.29.23.0627.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:115
STRINGS_API void OpenLocalWebURL(std::string local_path)
Opens the specified relative path in the user's default web browser.
Definition: web.cpp:9
#define STRINGS_API
Definition: world.h:8
STRINGS_API std::string GenerateUUIDString()
Definition: uuid.cpp:19
basic_uuid_random_generator< std::mt19937 > uuid_random_generator
Definition: uuid.h:766
STRINGS_API void OpenWebURL(std::string url)
Opens the specified URL in the user's default web browser.
Definition: web.cpp:4
STRINGS_API BlamDirection GetOppositeDirection(BlamDirection direction)
Gets the direction opposite to a given direction.
Definition: world.cpp:8
STRINGS_API float ConvertFloatToWorldUnits(float value)
Converts a given float to the equivalent in world units.
Definition: world.cpp:3
BlamDirection
Definition: vector.h:11
std::basic_string< CharT, Traits, Allocator > to_string(uuid const &id)
Definition: uuid.h:581
STRINGS_API uuids::uuid GenerateUUID()
Definition: uuid.cpp:3