|
Potato Engine
|
#include <unordered_map>#include <functional>Go to the source code of this file.
Classes | |
| class | Archivable |
| Abstract factory class inherited by all classes that should be archived. More... | |
Macros | |
| #define | ARCHIVE_STATIC(type) |
| Registers classes to be archived as a static actor. | |
| #define ARCHIVE_STATIC | ( | type | ) |
Registers classes to be archived as a static actor.
| type | Literal name of the class |
Definition at line 13 of file Archivable.hpp.