29 #ifndef _GSLevelMemento_H__ 30 #define _GSLevelMemento_H__ 57 virtual void importMementoState(
const std::vector<GSLevelMementoState*>& states) = 0;
This is the class from which all interfaces of the game-logic (not the engine) are derived from...
Definition: OrxonoxInterface.h:50
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Declaration of OrxonoxInterface, the base class of all interfaces in Orxonox.
Shared library macros, enums, constants and forward declarations for the orxonox library ...
This class is an interface for all instances that want to maintain a state beyond the reloading of a ...
Definition: GSLevelMemento.h:41
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Represents the state of a memento.
Definition: GSLevelMemento.h:63
virtual ~GSLevelMementoState()
Definition: GSLevelMemento.h:65