 |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
3 #include "../../BlamEvent.h"
8 #define STRINGS_API __declspec(dllexport)
10 #define STRINGS_API __declspec(dllimport)
37 std::string GetFilename();
@ ConfigurationReload
Indicates the event is a configuration reload event. See ConfigurationReloadEvent for details.
Class representing a configuration reload event.
Definition: ConfigurationReloadEvent.h:19
std::string GetFilename()
Retrieves the name of the file that was reloaded.
Definition: ConfigurationReloadEvent.cpp:8
Class representing a generic event.
Definition: BlamEvent.h:33
#define STRINGS_API
Definition: ConfigurationReloadEvent.h:10
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
ConfigurationReloadEvent(std::string _filename)
Constructs a new configuration reload event.
Definition: ConfigurationReloadEvent.cpp:3