 |
Blamite Game Engine - Strings
00425.12.30.24.2120.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)
Class representing a scenario world state load event.
Definition: ScenarioWorldStateLoadEvent.h:18
ScenarioWorldStateLoadEvent()
Constructs a new event.
Definition: ScenarioWorldStateLoadEvent.cpp:3
Class representing a generic event.
Definition: BlamEvent.h:36
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
#define STRINGS_API
Definition: ScenarioWorldStateLoadEvent.h:10
@ ScenarioWorldStateLoad
Indicates the event is a scenario world state load event. See ScenarioWorldStateLoadEvent for details...