Elaztek Developer Hub
Blamite Game Engine - Strings  00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
hooks.h File Reference
#include <string>

Go to the source code of this file.

Classes

struct  BlamStringsHooksBundle
 

Namespaces

 BlamStrings
 Namespace for Blamite's shared C++ library.
 
 BlamStrings::Hooks
 
 BlamStringsInternal
 
 BlamStringsInternal::Hooks
 

Macros

#define STRINGS_API   __declspec(dllimport)
 
#define STRINGS_INTERNAL
 

Typedefs

typedef void(__cdecl * _StringsConfigReloadCallback) (std::string filename)
 

Functions

STRINGS_API void BlamStrings::Hooks::SetupHooks (BlamStringsHooksBundle _hooks, std::string module_name)
 
STRINGS_API void BlamStrings::Hooks::DetachHooks (std::string module_name)
 
STRINGS_INTERNAL void BlamStringsInternal::Hooks::NotifyConfigurationReload (std::string filename)
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)

◆ STRINGS_INTERNAL

#define STRINGS_INTERNAL

Typedef Documentation

◆ _StringsConfigReloadCallback

typedef void(__cdecl* _StringsConfigReloadCallback) (std::string filename)