![]() |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
#include <Windows.h>
#include <string>
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Utils | |
Namespace containing general-purpose utilities. | |
Macros | |
#define | BLAM |
Functions | |
BLAM void | Blam::Utils::OpenWebURL (std::string url) |
Opens the specified URL in the user's default web browser. More... | |
BLAM void | Blam::Utils::OpenLocalWebURL (std::string local_path) |
Opens the specified relative path in the user's default web browser. More... | |
BLAM std::pair< float, float > | Blam::Utils::GetSystemDpi () |
Retrieve the Windows system DPI. More... | |
BLAM std::pair< float, float > | Blam::Utils::GetEngineDpi () |
Retrieve the game engine's DPI. More... | |
#define BLAM |