![]() |
Blamite Game Engine - Strings
00425.12.30.24.2120.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Internal namespace for interacting with the hooks system. More...
Functions | |
STRINGS_INTERNAL void | NotifyConfigurationReload (std::string filename) |
Notifies all hooks that a configuration file has been reloaded. More... | |
Internal namespace for interacting with the hooks system.
These functions should only ever be called from within the Strings library.
void BlamStringsInternal::Hooks::NotifyConfigurationReload | ( | std::string | filename | ) |
Notifies all hooks that a configuration file has been reloaded.
filename | - The filename of the configuration file that was reloaded. |