![]() |
Blamite Game Engine - Strings
00327.06.27.21.1056.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.
Classes | |
| struct | BlamWin32ResourceData |
| Structure to bundle together resource data. More... | |
Namespaces | |
| BlamStrings | |
| Namespace for Blamite's shared C++ library. | |
| BlamStrings::Utils | |
| Namespace containing general-purpose utilities. | |
| BlamStrings::Utils::Res | |
| Utilities relating to application resources. | |
Macros | |
| #define | STRINGS_API __declspec(dllimport) |
Functions | |
| STRINGS_API std::string | BlamStrings::Utils::Res::GetTextResource (HMODULE module_handle, int res_id, const char *res_type) |
| Retrieves the specified resource as a text resource. More... | |
| STRINGS_API std::string | BlamStrings::Utils::Res::GetHTMLResource (HMODULE module_handle, int res_id) |
| Retrieves the specified resource as an HTML resource. More... | |
| STRINGS_API HRESULT | BlamStrings::Utils::Res::GetResource (HMODULE module_handle, int res_id, const char *res_type, BlamWin32ResourceData *res) |
| Retrieves the specified resource as a Resource structure, containing access to the raw binary data. More... | |
| #define STRINGS_API __declspec(dllimport) |