![]() |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <string>
#include <windows.h>
Go to the source code of this file.
Namespaces | |
BlamStrings | |
Namespace for Blamite's shared C++ library. | |
Macros | |
#define | STRINGS_API __declspec(dllimport) |
Functions | |
const STRINGS_API char * | BlamStrings::GetStringFromID (int string_id, int max_length) |
Retrieves a string from its ID. More... | |
STRINGS_API HMODULE | BlamStrings::GetStringsDLLHandle () |
Retrieves the module handle for the Strings library. More... | |
#define STRINGS_API __declspec(dllimport) |