![]() |
Blamite Game Engine - Strings
00425.12.30.24.2120.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <string>#include <windows.h>
Include dependency graph for strings_api.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| BlamStrings | |
| Namespace containing general-purpose utilities. | |
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) |