Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Strings
00378.04.17.23.1319.blamite
A library containing general purpose utilities and classes for use in multiple projects.
ConfigurationReloadEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../BlamEvent.h"
4
5
#include <string>
6
7
#ifdef STRINGS_EXPORTS
8
#define STRINGS_API __declspec(dllexport)
9
#else
10
#define STRINGS_API __declspec(dllimport)
11
#endif
12
19
class
STRINGS_API
ConfigurationReloadEvent
:
public
BlamEvent
20
{
21
private
:
22
std::string filename;
23
24
public
:
30
ConfigurationReloadEvent
(std::string _filename);
31
37
std::string GetFilename();
38
};
39
ConfigurationReloadEvent
Class representing a configuration reload event.
Definition:
ConfigurationReloadEvent.h:19
BlamEvent
Class representing a generic event.
Definition:
BlamEvent.h:33
STRINGS_API
#define STRINGS_API
Definition:
ConfigurationReloadEvent.h:10
Strings
components
classes
events
game_engine_events
ConfigurationReload
ConfigurationReloadEvent.h
Generated on Mon Apr 17 2023 13:46:53 for Blamite Game Engine - Strings by
1.8.17