|
hecl
High-Level Extensible Combiner Language and Resource Database
|
Subclassed by dataspec entries to manage per-game aspects of the data pipeline. More...
#include <HECLDatabase.hpp>

Classes | |
| struct | ExtractPassInfo |
| struct | PackagePassInfo |
Public Member Functions | |
| virtual bool | canExtract (const ExtractPassInfo &info) |
| virtual void | doExtract (const ExtractPassInfo &info) |
| virtual bool | canPackage (const PackagePassInfo &info) |
| virtual void | doPackage (const PackagePassInfo &info) |
Subclassed by dataspec entries to manage per-game aspects of the data pipeline.
The DataSpec class manages interfaces for unpackaging, cooking, and packaging of data for interacting with a specific system/game-engine.
1.8.9.1