Potato Engine
Loading...
Searching...
No Matches
Archivable Class Reference

Abstract factory class inherited by all classes that should be archived. More...

#include <Archivable.hpp>

Inheritance diagram for Archivable:
Actor Block Camera Entity Player

Detailed Description

Abstract factory class inherited by all classes that should be archived.

This class is an abstract wrapper to streamline saving and loading objects.
Objects to be saved must use ARCHIVE_STATIC

Note
This class must be inherited from for object classes that should archive objects. This class has no inherent functionality.

Definition at line 27 of file Archivable.hpp.