|
EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
|
#include <string>#include <string_view>#include "EnigmaCore_EXPORT.hpp"
Include dependency graph for IAssetProvider.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IAssetProvider |
| Interface for providing configuration/asset data. Abstracts the source of assets (filesystem, memory, embedded) to allow for decoupling the Enigma Engine from the physical filesystem. More... | |