Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
strings_api.h File Reference
#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 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...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)