![]() |
Blamite Game Engine - Strings
00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#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) |
#define STRINGS_API __declspec(dllimport) |
#define STRINGS_INTERNAL |
typedef void(__cdecl* _StringsConfigReloadCallback) (std::string filename) |