 |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
5 #include <Strings/components/interface/logger/logger.h>
15 void LogMessageReceived(BlamBasicLogMessage message);
BlamStringsLogReceiver strings_log_receiver
Definition: strings.cpp:12
BLAM void LogEvent(std::string message)
Logs a message to the log and/or console.
Definition: aliases.cpp:142
void strings_config_reload_callback(std::string filename)
Definition: strings.cpp:14
BLAM BlamResult SetupModule()
Definition: strings.cpp:20
BlamStringsHooksBundle blam_strings_hooks
Definition: strings.cpp:11
#define BLAM
Definition: strings.h:10
HMODULE strings_dll_handle
Definition: strings.cpp:10
BLAM void ShutdownModule()
Definition: strings.cpp:42
BLAM HMODULE GetStringsModuleHandle()
Definition: strings.cpp:47
BLAM int ShowWin32ErrorDialog(std::string message, HRESULT hr, bool allow_continue, bool allow_safemode)
Shows an Error dialog with the specified error details and result handle.
Definition: errors.cpp:169