![]() |
Blamite Game Engine - Strings
00369.02.19.23.2014.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) |